Get all swap related transactions (buy, sell) for a specific token address.
The network to query
mainnet, devnet The address to query
"So11111111111111111111111111111111111111112"
The limit per page
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).
ASC, DESC "DESC"
Transaction types to fetch. Possible values: 'buy','sell' or both separated by comma
"buy,sell"