Skip to main content
GET/api/v1/balance
Fetch your Dojah wallet balance. Every paid API call draws down this balance, so poll it to monitor spend or guard against a 402 Insufficient wallet balance before a batch of requests.

Headers

Query parameters

This endpoint takes no query parameters — authentication is by header only. Your AppId identifies which wallet to read.

Response

Returns an entity with a single wallet_balance field — a string amount in your account currency (NGN).

Errors