List Fiat Currencies

Returns all fiat currencies supported by the platform for displaying prices and calculating crypto equivalents based on current exchange rates.

List Fiat Currencies

POST https://api-processing.crypto-chief.com/v1/currencies/fiats

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

This endpoint requires an empty request body.

{}

Response

[
    {
        "code": "JMD",
        "name": "Jamaican Dollar"
    },
    {
        "code": "KYD",
        "name": "Cayman Islands Dollar"
    },
    {
        "code": "SEK",
        "name": "Swedish Krona"
    }
]

Last updated