v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Withdraw Fiat

Get Institutions

Get Institutions

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

Query parameters

currencystring required
Example:NGN

destination fiat currency code

amountnumber required
Example:1000

amount to withdraw in asset units

assetIdstring required
Example:f8112728-36a1-46f4-b7f5-5de836ecfaa1

asset ID of the stablecoin to withdraw

Response

200

messagestring
statusboolean

Example response

{
  "data": [
    {
      "code": "ABNGNGLA",
      "name": "Access Bank",
      "type": "bank"
    },
    {
      "code": "DBLNNGLA",
      "name": "Diamond Bank",
      "type": "bank"
    },
    {
      "code": "FIDTNGLA",
      "name": "Fidelity Bank",
      "type": "bank"
    },
    {
      "code": "FCMBNGLA",
      "name": "FCMB",
      "type": "bank"
    },
    {
      "code": "FBNINGLA",
      "name": "First Bank Of Nigeria",
      "type": "bank"
    },
    {
      "code": "GTBINGLA",
      "name": "Guaranty Trust Bank",
      "type": "bank"
    },
    {
      "code": "PRDTNGLA",
      "name": "Polaris Bank",
      "type": "bank"
    },
    {
      "code": "UBNINGLA",
      "name": "Union Bank",
      "type": "bank"
    },
    {
      "code": "UNAFNGLA",
      "name": "United Bank for Africa",
      "type": "bank"
    },
    {
      "code": "CITINGLA",
      "name": "Citibank",
      "type": "bank"
    },
    {
      "code": "ECOCNGLA",
      "name": "Ecobank Bank",
      "type": "bank"
    },
    {
      "code": "HBCLNGLA",
      "name": "Heritage",
      "type": "bank"
    },
    {
      "code": "PLNINGLA",
      "name": "Keystone Bank",
      "type": "bank"
    },
    {
      "code": "SBICNGLA",
      "name": "Stanbic IBTC Bank",
      "type": "bank"
    },
    {
      "code": "SCBLNGLA",
      "name": "Standard Chartered Bank",
      "type": "bank"
    },
    {
      "code": "NAMENGLA",
      "name": "Sterling Bank",
      "type": "bank"
    },
    {
      "code": "ICITNGLA",
      "name": "Unity Bank",
      "type": "bank"
    },
    {
      "code": "SUTGNGLA",
      "name": "Suntrust Bank",
      "type": "bank"
    },
    {
      "code": "PROVNGLA",
      "name": "Providus Bank ",
      "type": "bank"
    },
    {
      "code": "KDHLNGLA",
      "name": "FBNQuest Merchant Bank",
      "type": "bank"
    },
    {
      "code": "GMBLNGLA",
      "name": "Greenwich Merchant Bank",
      "type": "bank"
    },
    {
      "code": "FSDHNGLA",
      "name": "FSDH Merchant Bank",
      "type": "bank"
    },
    {
      "code": "FIRNNGLA",
      "name": "Rand Merchant Bank",
      "type": "bank"
    },
    {
      "code": "JAIZNGLA",
      "name": "Jaiz Bank",
      "type": "bank"
    },
    {
      "code": "ZEIBNGLA",
      "name": "Zenith Bank",
      "type": "bank"
    },
    {
      "code": "WEMANGLA",
      "name": "Wema Bank",
      "type": "bank"
    },
    {
      "code": "KUDANGPC",
      "name": "Kuda Microfinance Bank",
      "type": "bank"
    },
    {
      "code": "OPAYNGPC",
      "name": "OPay",
      "type": "bank"
    },
    {
      "code": "PALMNGPC",
      "name": "PalmPay",
      "type": "bank"
    },
    {
      "code": "PAYTNGPC",
      "name": "Paystack-Titan MFB",
      "type": "bank"
    },
    {
      "code": "MONINGPC",
      "name": "Moniepoint MFB",
      "type": "bank"
    },
    {
      "code": "SAHVNGPC",
      "name": "Safe Haven MFB",
      "type": "bank"
    },
    {
      "code": "BELLNGPC",
      "name": "BellBank MFB",
      "type": "bank"
    }
  ],
  "message": "Institutions fetched successfully",
  "status": true
}