Reference

Errors & Rate Limits

30 requests per minute per API key. Errors share one shape:

{
  "error": {
    "code": "FORBIDDEN",
    "message": "Trial limit reached — subscribe to continue",
    "timestamp": "2026-07-19T10:39:20.000Z",
    "requestId": "..."
  }
}

Error Codes

StatusCodeWhen
400VALIDATION_ERRORAddress isn't valid for the selected chain (or ?chain= is unknown).
401INVALID_SESSIONAPI key is missing, wrong, or deactivated.
402FORBIDDENNo active plan, inactive billing, or the free trial has been used up.
429RATE_LIMIT_EXCEEDEDMore than 30 requests/minute on this key.
503SERVICE_UNAVAILABLEWallet is already being fetched by another request — retry shortly.