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.
List banks for a given currency
GET https://api-v3.reeple.ai/banks?{currency}
currency
NGN
GBP
USD
{ "success": true, "statusCode": 200, "message": "Fetched list of bank accounts", "data": [ { "id": "1", "bankCode": "99901", "bankName": "Gateway 2 Bank" }, { "id": "2", "bankCode": "10023", "bankName": "Gateway 1 Bank" } ] }