Retrieves the balance of a specific user account.
API key for authentication.
your-api-key
curl -L \ --url 'https://api.ordinalsbot.com/tokenpay/user/account/balance' \ --header 'x-api-key: your-api-key'
{ "bitcoin": { "BTC": 0 }, "rune": { "XRUNE": 10 } }