Crosswalk API
This document provides detailed information on the Crosswalk Ecosystem’s API endpoints, which allow for transparent access to token data, supply, and distribution details.
Base URL
All API endpoints are available under the following base URL:
https://crosswalk.pro/api/
1. Circulating Supply
Endpoint: /circulating-supply
Method: GET
Description: Returns the current circulating supply of the Crosswalk (CSW) token. This value represents tokens that are in circulation.
Example URL: https://crosswalk.pro/api/circulating-supply
Response Example:
2. Total Supply
Endpoint: /total-supply
Method: GET
Description: Returns the total supply of the Crosswalk (CSW) token. This includes all tokens minted, whether they are in circulation, locked, or vested.
Example URL: https://crosswalk.pro/api/total-supply
Response Example:
3. Top 100 Holders
Endpoint: /holders-top100
Method: GET
Description: Provides a list of the top 100 holders of the CSW token, along with their balances. Useful for analyzing the distribution of the largest holders.
Example URL: https://crosswalk.pro/api/holders-top100
Response Example:
4. Tokenomics
Endpoint: /tokenomics
Method: GET
Description: Returns comprehensive tokenomics data, including locked and unlocked amounts for each allocation category (e.g., Development, Team, Marketing), as well as vesting schedules, progress, and status (locked/unlocked) for each vesting tranche. The Liquidity Pool lock details are also included with real-time unlock countdown.
Example URL: https://crosswalk.pro/api/tokenomics
Response Example:
5. Launch Date
Endpoint: /launch-date
Method: GET
Description: Returns the public launch date of the Crosswalk (CSW) token, indicating when the token was initially released to the public.
Example URL: https://crosswalk.pro/api/launch-date
Response Example:
6. Latest Burn Event
Endpoint: /latest-burn
Method: GET
Description: Provides details of the latest burn event for the CSW token, including the amount burned, transaction ID, and timestamp.
Example URL: https://crosswalk.pro/api/latest-burn
Response Example:
Usage Notes
Rate Limits: Each endpoint may be subject to rate limits. For high-frequency requests, consider caching responses or staggering requests to avoid hitting rate limits.
Data Refresh: Circulating and total supply are fetched in real-time. For accurate token distribution and vesting details, data is updated periodically and may reflect the latest status as of the current date.
API Response Format: All endpoints return JSON responses for ease of integration.
These endpoints provide a complete and transparent overview of Crosswalk token data. For further customization or additional data needs, please reach out to the Crosswalk team.
Last updated