Skip to main content
GET
/
v1
/
accounts
/
banks
List Nigerian banks
curl --request GET \
  --url https://api.example.com/v1/accounts/banks \
  --header 'Authorization: Bearer <token>'
[
  {
    "bankCode": "058",
    "name": "GTBank"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.zuba.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

List of Nigerian banks sorted alphabetically by name

bankCode
string
required

3-digit CBN bank code

Example:

"058"

name
string
required

Bank name

Example:

"GTBank"