Skip to main content
GET
/
api
/
external
/
currency
List all currencies
curl --request GET \
  --url https://api-prod.blaaiz.com/api/external/currency \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "currency_001",
    "code": "NGN",
    "name": "Nigerian Naira",
    "active": true
  },
  {
    "id": "currency_002",
    "code": "CAD",
    "name": "Canadian Dollar",
    "active": true
  },
  {
    "id": "currency_003",
    "code": "USD",
    "name": "United States Dollar",
    "active": true
  },
  {
    "id": "currency_004",
    "code": "EUR",
    "name": "Euro",
    "active": true
  },
  {
    "id": "currency_005",
    "code": "GBP",
    "name": "British Pound",
    "active": true
  }
]

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Response

Currencies retrieved successfully

id
string
required

Unique identifier for the currency

code
string
required

Currency code (e.g., NGN, CAD, USD, EUR, GBP)

name
string
required

Full name of the currency

active
boolean
required

Indicates if the currency is active