Path Parameters
string
required
Token contract address.
Query Parameters
string
required
Blockchain network where the token is deployed.
string
Trade side to retrieve.Available values:
all ,buy sellDefault: allinteger
Start of the time range as a Unix timestamp. If
null, results start from the latest available trades or are bounded by to_ts.integer
End of the time range as a Unix timestamp. If
null, results continue from from_ts to the latest available trades.from_ts and to_ts BehaviorBoth values are null - Returns the latest 100 DEX trades in descending order (newest first).Only from_ts is null - Returns up to 100 DEX trades before to_ts in descending order.Only to_ts is null - Returns up to 100 DEX trades since from_ts in ascending order.Both values are not null - Returns DEX trades within the specified time range in descending order. The difference between from_ts and to_ts must not exceed 300 seconds (5 minutes).Code Examples
Response Fields
string
Wallet address that executed the trade.
string
Transaction hash of the trade.
integer
Unix timestamp when the transaction occurred.
integer
Blockchain block containing the transaction.
string
Contract address of the token received.
string
Symbol of the token received.
float
Amount of the token received.
string
Contract address of the token sold.
string
Symbol of the token sold.
float
Amount of the token sold.
float
Estimated USD value of the trade, if available.
Example Response
Example Response