API
Welcome to the ChainSkope API documentation. To access our services programmatically, each request must be authenticated using your project-specific API key. We recommend keeping your requests private to protect your API key from exposure and prevent unauthorized usage that could impact your usage plan.
ChainSkope metrics are updated hourly, and our APIs support ERC-20, ERC-721, ERC-1155, and other standards. We're happy to add support for additional standards, please reach out.
API Key
Your API key has to be sent as the value of the header x-api-key
// Example
const headers = {
"x-api-key": "2Gljlz9zHf1hwOMrHDmmb4Tm1OKdVU4HbX03cXsb"
}Contract API
Metrics API
Chart Data API
Retrieves chart data for contracts and its metrics. Each metric is a line on the chart and bucket size, time range and breakdowns are applied to all lines if available.
- : modify contracts in your account
- : read your contracts and metrics
DAYPossible values: Successful operation
Invalid parameters supplied
Contract not found
Validation exception
Try again or seek support
Custom Contract Data API
Retrieves paginated data based on aggregations from a contract custom event.
- : modify contracts in your account
- : read your contracts and metrics
0DAYPossible values: 0xa86a_0xa695ea0c90d89a1463a53fa7a02168bc46fbbf7e160618437126417987763712650xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62["operator","to","from"]Successful operation
Invalid parameters supplied
Contract not found
Validation exception
Try again or seek support
Retrieves paginated decoded custom events from a contract's custom event topic.
- : modify contracts in your account
- : read your contracts and metrics
00xa86a_0xa695ea0c90d89a1463a53fa7a02168bc46fbbf7e0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6216061843712641798776371265Successful operation
Invalid parameters supplied
Contract not found
Validation exception
Try again or seek support
Last updated