> For the complete documentation index, see [llms.txt](https://docs.verifyme.ng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifyme.ng/bvn-nuban/get-banks.md).

# Get Nuban Banks

## Get Bank List

<mark style="color:blue;">`GET`</mark> `https://vapi.verifyme.ng/v1/bvn-nuban/banks`

This endpoint allows you to get the list of all Nigerian banks

#### Path Parameters

| Name           | Type   | Description         |
| -------------- | ------ | ------------------- |
| Authentication | string | Authorization Token |

{% tabs %}
{% tab title="200 " %}

```
{
  "status": "success",
  [
    {
       "code": 120001,
       "name": "9 Payment Service Bank"
     },
     {
       "code": "090270",
       "name": "AB Microfinance bank"
     },
    ...
  ]
}
```

{% endtab %}
{% endtabs %}
