Balance

Get balance

get

Request to retrieve the user's current balance. The authentication token token must be send in header X-API-KEY with the request. This token is used to identify the user.

Authorizations
X-API-KEYstringRequired

API key for authentication

Responses
chevron-right
200

Default Response

application/json
balancenumberRequired
get
/api/v1/balance

Get refill address

get

The method is used to get the address where the user's balance will be refilled. The user must provide a valid authentication token in header.

Authorizations
X-API-KEYstringRequired

API key for authentication

Responses
chevron-right
200

Default Response

application/json

Wallet address to top up balance

balancenumberRequired
addressstringRequired
get
/api/v1/refill

Last updated