Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.38 KB

getting-started.md

File metadata and controls

36 lines (21 loc) · 1.38 KB
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.

🧵 Getting Started

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:

https://api.chainlyze.ceylabs.io/v2

API Headers

For verification, include the x-api-key header with your token in all API requests.

x-api-key: your_api_key_here

Costs per Call

EndpointRouteCredits
API Status/p/ping0
All Supported Chains/p/chain/list5
Wallet's Token Balance/p/balance/wallet20
Wallet's Protocol Positions/p/balance/positions40
Wallet's Transaction History/p/transaction/list10