Skip to main content
GET
/
v1
/
banks
List banks
curl --request GET \
  --url https://api.swippee.com/v1/banks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "code": "NABIL",
      "name": "Nabil Bank",
      "founded_year": 123,
      "swift_code": "<string>",
      "nrb_class": "A",
      "nrb_class_name": "Commercial Bank",
      "website": "<string>",
      "branches": 123,
      "supported": true
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Query Parameters

supported
boolean
class
enum<string>
Available options:
commercial,
development,
finance,
microfinance

Response

Banks

data
object[]