curl --location --request GET '/api/v1/currencies' \
--header 'x-business-id;' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"fiat": [
{
"code": "NGN",
"name": "Nigerian Naira",
"symbol": "₦"
}
],
"crypto": [
{
"code": "USDT",
"name": "Tether USD",
"symbol": "USDT",
"networks": [
"TRON",
"BSC"
]
}
]
}
}