Skip to main content
GET
/
limits
Get global volume limits
curl --request GET \
  --url https://api.httpayer.com/limits
{
  "relay": {
    "mainnet": {
      "daily_limit": 1000,
      "today_spent": 450.75,
      "remaining": 549.25,
      "percentage_used": "45.08"
    },
    "testnet": {
      "daily_limit": 1000,
      "today_spent": 450.75,
      "remaining": 549.25,
      "percentage_used": "45.08"
    },
    "per_wallet_daily_limit": 100
  },
  "proxy": {
    "mainnet": {
      "daily_limit": 1000,
      "today_spent": 450.75,
      "remaining": 549.25,
      "percentage_used": "45.08"
    },
    "testnet": {
      "daily_limit": 1000,
      "today_spent": 450.75,
      "remaining": 549.25,
      "percentage_used": "45.08"
    },
    "per_account_daily_limit": 500
  },
  "unit": "USDC",
  "reset_time": "2023-11-07T05:31:56Z"
}

Response

Global volume limits for relay and proxy routes

relay
object
required

Daily volume caps for the /relay route

proxy
object
required

Daily volume caps for the /proxy route

unit
string
required
Example:

"USDC"

reset_time
string<date-time>
required

Timestamp of next daily reset (midnight UTC)