đChainCade API
***ChainCade API is in Early Development***
Welcome to the ChainCade API documentation.
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.
Base URL All API routes should start with the following base URL:
Endpoints
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.
Path Parameters
walletaddress*
String
Players wallet address
The response will be a single JSON object representing the player with the following fields:
Usage
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 https://api.chaincade.com/players
Last updated