ChainCade API
***ChainCade API is in Early Development***
Last updated
Was this helpful?
***ChainCade API is in Early Development***
Last updated
Was this helpful?
This API provides developers with access to player and statistical data for the ChainCade platform. Here, you will find information about available endpoints, their use, and the structure of their responses.
GET
https://api.chaincade.com/players
This endpoint retrieves an array of all players with a ChainCade account.
The response of the 'users' endpoint will be an array of player objects, each having the following structure:
GET
https://api.chaincade.com/stats
This endpoint retrieves important statistics for the ChainCade platform.
The response of the 'stats' endpoint will be a single JSON object containing the following fields:
GET
https://api.chaincade.com/player/walletaddress
This endpoint retrieves a player by their wallet address.
walletaddress*
String
Players wallet address
The response will be a single JSON object representing the player with the following fields:
All requests to the ChainCade API are GET requests. To access the API, simply send an HTTP GET request to the desired endpoint.
For example, to get all players, you would send a request to