Get all swap related transactions (buy, sell) for a specific wallet address.
Wallet API
Wallet Swaps
Get all swap related transactions (buy, sell) for a specific wallet address.
GET
Get all swap related transactions (buy, sell) for a specific wallet address.
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The network to query
Available options:
mainnet, devnet The address to query
Example:
"kXB7FfzdrfZpAZEW3TZcp8a8CwQbsowa6BdfAHZ4gVs"
Query Parameters
The limit per page
Required range:
1 <= x <= 100The cursor to the next page
The order of items
Available options:
ASC, DESC The starting date (format in seconds or datestring accepted by momentjs)
The ending date (format in seconds or datestring accepted by momentjs)
Transaction types to fetch. Possible values: 'buy','sell' or both separated by comma
Example:
"buy,sell"
Token address to get transactions for

