Retrieves the balance of a specific user account.
API key for authentication.
your-api-key
GET /tokenpay/user/account/balance HTTP/1.1 Host: api.ordinalsbot.com x-api-key: your-api-key Accept: */*
Successfully retrieved the account balance.
{ "bitcoin": { "BTC": 0 }, "rune": { "XRUNE": 10 } }