Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/transfers/supported-countries
{ "success": true, "message": "Operation Successful", "data": [ { "name": "Nigeria", "code": "NGA", "currency_code": "NGN", "channels": [ "bank" ] } ], "meta": { "timestamp": "2026-03-19T19:26:19.577Z" } }
Fetch all supported countries for remittance transfers
Supported countries retrieved successfully
true
"Operation Successful"
Show child attributes