Get Suspicious Volume By Filter

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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:

  1. duration (string): The duration over which to retrieve suspicious volume data, such as '24H' for 24 hours.
  2. chain_id (string): The identifier of the blockchain network to filter the data by, such as 'bsc' for Binance Smart Chain.
  3. page (int): The page number for paginated results. Default value is 1.
  4. 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.

Query Params
string
required
Defaults to 24H

String - specify the duration for which you want the data to remain relevant or accessible. Can be one of the following: "6H" and "24H" (more will be added in the future). Default to "24H"

string
required
Defaults to bsc

String - denotes the specific blockchain network from which the data has been crawled. Available values: mantle, fuse, optimism, avalanche, ethereumpow, base, oasisemerald, milkomedacardano, velas, kcc, cronos, pulechain, stepnetwork, dogechain, moonriver, moonbeam, arbitrum, fantom, bsc, iotex, harmony, ethereum, polygon. Default to "all"

int32
Defaults to 1

Int - Defines the page number of the results to be retrieved from a paginated dataset. Default to 1.

int32
Defaults to 10

Int - Defines the maximum number of items to be returned per page in a paginated dataset. Default to 10.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain