Skip to main content
GET
/
v1
/
account
/
balance
Get balance
curl --request GET \
  --url https://api.adullam.dev/v1/account/balance \
  --header 'Authorization: Bearer <token>'
{
  "available_balance": 1500000,
  "pending_balance": 50000,
  "currency": "XOF",
  "last_updated": "2024-01-15T10:30:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.adullam.dev/llms.txt

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

Get Balance

The Get Balance API enables you to check the current balance of your Adullam account, providing insights into your usage and remaining credits.

Authorizations

Authorization
string
header
required

Use the access token obtained from /v1/auth/token

Response

Account balance

available_balance
integer

Available balance in XOF

Example:

1500000

pending_balance
integer

Pending balance in XOF

Example:

50000

currency
string
Example:

"XOF"

last_updated
string<date-time>
Example:

"2024-01-15T10:30:00Z"