Skip to main content
GET
/
api
/
v1
/
org
/
balance
Fetch wallet balance
curl --request GET \
  --url https://sandbox.api.afriex.com/api/v1/org/balance \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "USD": 990.00532,
    "NGN": 39623.02258,
    "GBP": 0
  }
}

Documentation Index

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

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

Returns the wallet balances for your business in the specified currencies.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Query Parameters

currencies
string
required

Comma-separated list of currencies to fetch balances for

Response

Returns a map with currencies as keys and balances as values.

data
object