GetCurrenciesResponse
Currency collection response.
interface GetCurrenciesResponse {
data: Currency[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | Currency[] | Collection of currencies. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |