Skip to main content
GET
Get all swap related transactions (buy, sell) for a specific wallet address.

Authorizations

X-Api-Key
string
header
required

Path Parameters

network
enum<string>
required

The network to query

Available options:
mainnet,
devnet
address
string
required

The address to query

Example:

"kXB7FfzdrfZpAZEW3TZcp8a8CwQbsowa6BdfAHZ4gVs"

Query Parameters

limit
number
default:100

The limit per page

Required range: 1 <= x <= 100
cursor
string

The cursor to the next page

order
enum<string>
default:DESC

The order of items

Available options:
ASC,
DESC
fromDate
string

The starting date (format in seconds or datestring accepted by momentjs)

toDate
string

The ending date (format in seconds or datestring accepted by momentjs)

transactionTypes
string
default:buy,sell

Transaction types to fetch. Possible values: 'buy','sell' or both separated by comma

Example:

"buy,sell"

tokenAddress
string

Token address to get transactions for

Response

200 - application/json
page
number
required
pageSize
number
required
cursor
string | null
required
result
object[]
required