Skip to Content

Query User Balance

Query overall remaining and used credits of the current user account.

Endpoint

GET https://123api.co/v1/account/user-balance

Request Example

curl --request GET \ --url https://123api.co/v1/account/user-balance \ --header 'Authorization: Bearer <token>'

Typical Response

{ "remaining_balance": 530.85, "used_balance": 214.30 }

Use Cases