description |
---|
Chainlyze provides a set of APIs to help you to retrieve blockchain data. This documentation will guide you through the steps necessary to get started with the API. |
To use the Chainlyze API, you need an API key. You can request an API key by contacting Chainlyze via Telegram or Email. The API key determines your call limit, ranging from 100,000 to 1,000,000 requests, with a rate limit of 60 calls per minute.
All API requests should be made to the following base URL:
https://api.chainlyze.ceylabs.io/v2
For verification, include the x-api-key
header with your token in all API requests.
x-api-key: your_api_key_here
Endpoint | Route | Credits |
---|---|---|
API Status | /p/ping | 0 |
All Supported Chains | /p/chain/list | 5 |
Wallet's Token Balance | /p/balance/wallet | 20 |
Wallet's Protocol Positions | /p/balance/positions | 40 |
Wallet's Transaction History | /p/transaction/list | 10 |