get https://api.klarda.com/api/v1/market/token/onchain/suspicious-vol
Definition
This endpoint retrieves data on suspicious token trading volumes within a specified duration and blockchain network. Users can filter the results by chain ID and manage the results through pagination.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- duration (string): The duration over which to retrieve suspicious volume data, such as '24H' for 24 hours.
- chain_id (string): The identifier of the blockchain network to filter the data by, such as 'bsc' for Binance Smart Chain.
- page (int): The page number for paginated results. Default value is 1.
- limit (int): The maximum number of records to return per page. Default value is 10.
Response
The response will include a JSON object containing data on suspicious trading volumes filtered by the specified criteria. This may include details such as token identifiers, trading volumes, and other relevant metrics.