get https://api.klarda.com/api/v1/market/token/onchain/liquidity
The Get Token Holder Distribution by Id API allows you to easily fetch the token holder distribution
Definition
This endpoint retrieves liquidity information for a specified token identified by its address on a specific blockchain network. Users can query the liquidity metrics using the provided address and chain ID parameters.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- address (string): The unique address of the token for which liquidity information is requested.
- chain_id (string): The identifier of the blockchain network where the token liquidity is to be queried.
Response
The response will include a JSON object containing liquidity metrics for the specified token. This may include details such as total liquidity, liquidity providers, and other relevant liquidity data.