Get all swap related transactions (buy, sell)
Swaps & Pairs
Token Swaps
Get all swap related transactions (buy, sell) for a specific token address.
GET
Get all swap related transactions (buy, sell)
Authorizations
Path Parameters
The network to query
Available options:
mainnet, devnet The address to query
Example:
"So11111111111111111111111111111111111111112"
Query Parameters
The limit per page
Required range:
1 <= x <= 100The cursor to the next page
The starting date (format in seconds or datestring accepted by momentjs)
The ending date (format in seconds or datestring accepted by momentjs)
The order of the results, in ascending (ASC) or descending (DESC).
Available options:
ASC, DESC Example:
"DESC"
Transaction types to fetch. Possible values: 'buy','sell' or both separated by comma
Example:
"buy,sell"

