π§΅Getting Started
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.
Authentication
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.
Base URL
All API requests should be made to the following base URL:
API Headers
For verification, include the x-api-key
header with your token in all API requests.
Costs per Call
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
Last updated