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.orafi.app/v1/banks
{ "success": true, "message": "Banks retrieved successfully", "data": [ { "id": "<string>", "name": "Access Bank", "code": "044" } ] }
Retrieve available banks for fiat settlements. Public endpoint - no authentication required.
Bank list retrieved successfully
true
"Banks retrieved successfully"
Show child attributes