Getting Started
Get started with traditional REST endpoint to get your data.
Base URL
Authorization
You will want to populate the X-API-Key
header with your API key.
Response Format
All endpoints return JSON responses.
Error Handling
The API uses standard HTTP status codes:
200
: Success404
: Not Found500
: Internal Server Error
Error responses include a descriptive message in the response body:
Notes
All endpoints are rate-limited to 100 results per request
Timestamps are returned in ISO 8601 format
Numeric values for balances and IDs are returned as strings to preserve precision
All POST endpoints accept either entity IDs or addresses for filtering, or both
Rate Limiting
All endpoints are limited to 100 results per request.
Note
Requests exceeding the default 100 limit will be charged an additional creddit per 100 record extract.
Example 0 - 100 Rows Extracted = 1 API Credit
200 Rows Extracted = 2 API Credits
300 Rows Extracted = 3 API Credits
Endpoints
Last updated