Balance
Retrieves the balance of a specific user account.
Header parameters
x-api-keystringRequiredExample:
API key for authentication.
your-api-key
Responses
200
Successfully retrieved the account balance.
application/json
400
Bad request. Invalid input parameters.
application/json
404
Account not found.
application/json
500
Internal server error.
application/json
get
GET /tokenpay/user/account/balance HTTP/1.1
Host: api.ordinalsbot.com
x-api-key: your-api-key
Accept: */*
{
"bitcoin": {
"BTC": 0
},
"rune": {
"XRUNE": 10
}
}