About this endpoint
What it does
Returns a JSON object containing a data array of currency objects. Each item in the array represents one currency and includes its code, emoji, English name, and symbol.
Response
Returns a JSON object with a data array field. Each array item is an object with key, emoji, value, and symbol string fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object Array | Yes | Array of currency objects. |
| data[].key | String | Yes | ISO 4217 currency code. |
| data[].emoji | String | Yes | Currency emoji. |
| data[].value | String | Yes | Currency name in English. |
| data[].symbol | String | Yes | Currency symbol. |