Skip to main content

currencies

Fetch Supported Currencies

GET /merchant-integrations/fetch-supported-currencies

Get a list of supported currencies for transactions.

Response

{
"message": "Currencies fetched successfully",
"code": 200,
"status": "success",
"data": {
"currencies": [
{
"id": "9a0970d2-6680-45b3-85c1-7f3c1898sde7",
"image": "https://res.cloudinary.com/image/upload/**********.png",
"currency": "Naira",
"symbol": "₦",
"abbreviation": "NGN",
"isActive": true,
"currencyType": "Fiat",
"createdAt": "2024-07-13T21:54:18.075291+01:00"
},
{
"id": "c9cf1e39-b2a3-433b-8375-3a322ceee2de",
"image": "https://res.cloudinary.com/image/upload/**********.png",
"currency": "British Pound",
"symbol": "£",
"abbreviation": "GBP",
"isActive": true,
"currencyType": "Fiat",
"createdAt": "2024-07-13T21:55:24.535542+01:00"
},
{
"id": "ccdf5701-be9a-4311-a421-45e241e36d99",
"image": "https://res.cloudinary.com/image/upload/**********.png",
"currency": "USDT",
"symbol": "USD₮",
"abbreviation": "USDT",
"isActive": true,
"currencyType": "Crypto",
"createdAt": "2024-12-19T09:40:00.602163Z"
},
{
"id": "71ca1bbb-cf5f-48c8-9dc2-9fd4b39asss",
"image": "https://res.cloudinary.com/image/upload/**********.png",
"currency": "USD Coin",
"symbol": "USDC",
"abbreviation": "USDC",
"isActive": true,
"currencyType": "Crypto",
"createdAt": "2025-01-15T01:01:26.803214Z"
}
]
}
}