v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Withdraw Fiat

Get Currencies

Get Currencies

get/v1/wallets/{walletId}/withdraw/fiat/currencies

Response

200

messagestring
statusboolean

Example response

{
  "data": [
    {
      "code": "KES",
      "decimals": 2,
      "marketRate": "128.615",
      "name": "Kenyan Shilling",
      "shortName": "KES",
      "symbol": "KSh"
    },
    {
      "code": "NGN",
      "decimals": 2,
      "marketRate": "1477.21",
      "name": "Nigerian Naira",
      "shortName": "Naira",
      "symbol": "₦"
    },
    {
      "code": "TZS",
      "decimals": 2,
      "marketRate": "2581.77",
      "name": "Tanzanian Shilling",
      "shortName": "TZS",
      "symbol": "TSh"
    },
    {
      "code": "UGX",
      "decimals": 2,
      "marketRate": "3536.3",
      "name": "Ugandan Shilling",
      "shortName": "UGX",
      "symbol": "USh"
    },
    {
      "code": "BRL",
      "decimals": 2,
      "marketRate": "5.36",
      "name": "Brazilian Real",
      "shortName": "Real",
      "symbol": "R$"
    },
    {
      "code": "MWK",
      "decimals": 2,
      "marketRate": "1734.83",
      "name": "Malawian Kwacha",
      "shortName": "Kwacha",
      "symbol": "MK"
    }
  ],
  "message": "Currencies fetched successfully",
  "status": true
}