Get list of volumes with balances for (account/asset)
Path parameters
Name of the ledger.
Query parameters
The maximum number of results to return per page.
Parameter used in pagination requests. Maximum page size is set to 15. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when this parameter is set.
Use insertion date instead of effective date
Group volumes and balance by the level of the segment of the address
Sort results using a field name and order (ascending or descending). Format: <field>:<order>, where <field> is the field name and <order> is either asc or desc.
Request body
Response
OK
Example response
{
"cursor": {
"pageSize": 15,
"previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
"next": "aW0gdmVuaWFtLCBxdWlzIG5vc3RydWQ="
}
}Changes
Changed in 7 of the 52 revisions of this API.153
- ○
added the optional property
resourceto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
SCHEMA_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
SCHEMA_NOT_SPECIFIEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
- ▲
request body became required
request-body-became-required
- ▲
- ●
added the new
OUTDATED_SCHEMAenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ○
removed the
BUCKET_OUTDATEDenum value from theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-removed
- ●
- ●
added the new
BUCKET_OUTDATEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
LEDGER_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●