List Supported Fiat

This endpoint provides a list of fiat currencies supported in white-label for onramp.

NOTE:

  • No Authentication or Authorisation is needed for this endpoint.

  • Please refer fiatType Mapping for fiatType and fiatSymbol mapping.

GET https://integration.coinmena.com/onramp/api/v2/whiteLabel/public/listSupportedFiat

{
    "status": 1,
    "code": 200,
    "data": {
        "onramp": {
            "3": "AED",
        },
    }
}
{
    "status": 1,
    "code": 200,
    "data": {
        "onramp": {
            "3": "AED",
        },
    }
}

Last updated