@@ -136,6 +136,7 @@ Accept: application/json
136136| ---| ---| ---| ---| ---|
137137| pageSize| query| integer(int64)| false| The maximum number of results to return per page.|
138138| cursor| query| string| false| Parameter used in pagination requests. Maximum page size is set to 15.|
139+ | sort| query| string| false| Sort results using a field name and order (ascending or descending). |
139140| body| body| object| true| none|
140141
141142#### Detailed descriptions
@@ -147,6 +148,9 @@ Set to the value of next for the next page of results.
147148Set to the value of previous for the previous page of results.
148149No other parameters can be set when this parameter is set.
149150
151+ ** sort** : Sort results using a field name and order (ascending or descending).
152+ Format: ` <field>:<order> ` , where ` <field> ` is the field name and ` <order> ` is either ` asc ` or ` desc ` .
153+
150154> Example responses
151155
152156> 200 Response
@@ -737,6 +741,7 @@ List accounts from a ledger, sorted by address in descending order.
737741| cursor| query| string| false| Parameter used in pagination requests. Maximum page size is set to 15.|
738742| expand| query| string| false| none|
739743| pit| query| string(date-time)| false| none|
744+ | sort| query| string| false| Sort results using a field name and order (ascending or descending). |
740745| body| body| object| true| none|
741746
742747#### Detailed descriptions
@@ -748,6 +753,9 @@ Set to the value of next for the next page of results.
748753Set to the value of previous for the previous page of results.
749754No other parameters can be set when this parameter is set.
750755
756+ ** sort** : Sort results using a field name and order (ascending or descending).
757+ Format: ` <field>:<order> ` , where ` <field> ` is the field name and ` <order> ` is either ` asc ` or ` desc ` .
758+
751759> Example responses
752760
753761> 200 Response
@@ -765,6 +773,7 @@ No other parameters can be set when this parameter is set.
765773 "metadata" : {
766774 "admin" : " true"
767775 },
776+ "firstUsage" : " 2023-01-01T00:00:00Z" ,
768777 "volumes" : {
769778 "USD" : {
770779 "input" : 100 ,
@@ -849,6 +858,7 @@ Accept: application/json
849858 "metadata" : {
850859 "admin" : " true"
851860 },
861+ "firstUsage" : " 2023-01-01T00:00:00Z" ,
852862 "volumes" : {
853863 "USD" : {
854864 "input" : 100 ,
@@ -1151,8 +1161,9 @@ List transactions from a ledger, sorted by id in descending order.
11511161| cursor| query| string| false| Parameter used in pagination requests. Maximum page size is set to 15.|
11521162| expand| query| string| false| none|
11531163| pit| query| string(date-time)| false| none|
1154- | order| query| string| false| none |
1164+ | order| query| string| false| Deprecated: Use sort param |
11551165| reverse| query| boolean| false| none|
1166+ | sort| query| string| false| Sort results using a field name and order (ascending or descending). |
11561167| body| body| object| true| none|
11571168
11581169#### Detailed descriptions
@@ -1164,6 +1175,9 @@ Set to the value of next for the next page of results.
11641175Set to the value of previous for the previous page of results.
11651176No other parameters can be set when this parameter is set.
11661177
1178+ ** sort** : Sort results using a field name and order (ascending or descending).
1179+ Format: ` <field>:<order> ` , where ` <field> ` is the field name and ` <order> ` is either ` asc ` or ` desc ` .
1180+
11671181#### Enumerated Values
11681182
11691183| Parameter| Value|
@@ -1862,6 +1876,7 @@ Accept: application/json
18621876| startTime| query| string(date-time)| false| none|
18631877| insertionDate| query| boolean| false| Use insertion date instead of effective date|
18641878| groupBy| query| integer(int64)| false| Group volumes and balance by the level of the segment of the address|
1879+ | sort| query| string| false| Sort results using a field name and order (ascending or descending). |
18651880| body| body| object| true| none|
18661881
18671882#### Detailed descriptions
@@ -1873,6 +1888,9 @@ Set to the value of next for the next page of results.
18731888Set to the value of previous for the previous page of results.
18741889No other parameters can be set when this parameter is set.
18751890
1891+ ** sort** : Sort results using a field name and order (ascending or descending).
1892+ Format: ` <field>:<order> ` , where ` <field> ` is the field name and ` <order> ` is either ` asc ` or ` desc ` .
1893+
18761894> Example responses
18771895
18781896> 200 Response
@@ -1941,6 +1959,7 @@ List the logs from a ledger, sorted by ID in descending order.
19411959| pageSize| query| integer(int64)| false| The maximum number of results to return per page.|
19421960| cursor| query| string| false| Parameter used in pagination requests. Maximum page size is set to 15.|
19431961| pit| query| string(date-time)| false| none|
1962+ | sort| query| string| false| Sort results using a field name and order (ascending or descending). |
19441963| body| body| object| true| none|
19451964
19461965#### Detailed descriptions
@@ -1952,6 +1971,9 @@ Set to the value of next for the next page of results.
19521971Set to the value of previous for the previous page of results.
19531972No other parameters can be set when this parameter is set.
19541973
1974+ ** sort** : Sort results using a field name and order (ascending or descending).
1975+ Format: ` <field>:<order> ` , where ` <field> ` is the field name and ` <order> ` is either ` asc ` or ` desc ` .
1976+
19551977> Example responses
19561978
19571979> 200 Response
@@ -2101,6 +2123,7 @@ Authorization ( Scopes: ledger:write )
21012123 "metadata" : {
21022124 "admin" : " true"
21032125 },
2126+ "firstUsage" : " 2023-01-01T00:00:00Z" ,
21042127 "volumes" : {
21052128 "USD" : {
21062129 "input" : 100 ,
@@ -2311,6 +2334,7 @@ Authorization ( Scopes: ledger:write )
23112334 "metadata" : {
23122335 "admin" : " true"
23132336 },
2337+ "firstUsage" : " 2023-01-01T00:00:00Z" ,
23142338 "volumes" : {
23152339 "USD" : {
23162340 "input" : 100 ,
@@ -2491,6 +2515,7 @@ Authorization ( Scopes: ledger:write )
24912515 "metadata" : {
24922516 "admin" : " true"
24932517 },
2518+ "firstUsage" : " 2023-01-01T00:00:00Z" ,
24942519 "volumes" : {
24952520 "USD" : {
24962521 "input" : 100 ,
@@ -2526,6 +2551,7 @@ Authorization ( Scopes: ledger:write )
25262551| address| string| true| none| none|
25272552| metadata| object| true| none| none|
25282553| » ** additionalProperties** | string| false| none| none|
2554+ | firstUsage| string(date-time)| false| none| none|
25292555| volumes| [ V2Volumes] ( #schemav2volumes ) | false| none| none|
25302556| effectiveVolumes| [ V2Volumes] ( #schemav2volumes ) | false| none| none|
25312557
0 commit comments