Skip to main content
GET
/
balance
Get account balance
curl --request GET \
  --url https://api.httpayer.com/balance \
  --header 'x-api-key: <api-key>'
{
  "account_id": "<string>",
  "mainnet": {
    "credits_balance": 50000,
    "daily_limit": 100000,
    "daily_spend": 15500,
    "daily_remaining": 84500
  },
  "testnet": {
    "daily_limit_usd": 500,
    "today_spent_usd": 12.5,
    "remaining_usd": 487.5
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.httpayer.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication

Response

Account balance information

account_id
string

Account identifier

mainnet
object

Mainnet credit balance and daily spend (credits deducted for mainnet only)

testnet
object

Testnet daily volume tracking (no credits deducted, but per-account volume cap applies)