Currencies describe the available currencies within the system. Providers and customers provide their currency. All pricing details also describe the currency.
code | string <iso-4217> A 3-letter currency code. |
name | string [ 1 .. 255 ] characters Name of currency. |
{- "code": "EUR",
- "name": "Euro"
}
Retrieve a list of supported currencies.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "code": "EUR",
- "name": "Euro"
}
], - "total": 3255
}