Currency Query Message
Currency query messages return current information on one or more currencies in the ledger. Currency queries support paginated access.
Currency Query Message Properties
Property | Type | Description |
---|---|---|
after |
string | For pagination, a reference to the last account in the previous page. |
codes |
Code Selectors | See Query Selectors |
limit |
int | The maximum number of currencies to return. |
range |
string | The code for the first currency. |
rangeEnding |
string | The code for the last currency. |
All properties are optional. A query request with no properties will return all currencies.
Note that the value of limit
is capped by the Ledger configuration.