Endpoints
Get Account Balance
Retrieve the current credit balance for your account
GET
Get Account Balance
This endpoint allows you to retrieve the current credit balance for your account. Endpoint:GET /v1/external/account/balance
Responses
- 200 OK: Returns account balance information.
- 401 Unauthorized: Invalid or missing API key.
- 403 Forbidden: Insufficient permissions to access balance information.
Response Example
Response Fields
- statusCode (string): HTTP status code.
- statusMessage (string): Status message description.
- transactionId (string): Unique transaction identifier.
- sequenceNo (string): Sequence number for the request.
- data (object): Account balance data.
- id (integer): Account ID.
- credit (number): Current local credit balance.
- intlCredit (number): Current international credit balance.
- intlTotalAmount (string): Total international amount.
- userId (object): User information.
- id (integer): User ID.
- name (string): User’s full name.
- username (string|null): Username (can be null).
- phone (string): User’s phone number.
- timestamp (string): ISO 8601 timestamp of the response.
Authorizations
API Key for authentication
API Secret for authentication
Headers
API version header (required for full JSON response)
Available options:
2025-08-01 Response
Account balance retrieved successfully
HTTP status code
Example:
"200"
Status message
Example:
"Current account balance"
Unique transaction identifier
Example:
"01K6N2G1N9TR1WARA6TG4DVVYH"
Sequence number
Example:
"01K6N2G1N90FJ7T7THSJ4JKY22"
ISO 8601 timestamp
Example:
"2025-10-03T12:59:33.930Z"