Skip to main content
GET
Get all swap related transactions (buy, sell, add liquidity & remove liquidity)

Authorizations

X-Api-Key
string
header
required

Path Parameters

network
enum<string>
required

The network to query

Available options:
mainnet,
devnet
pairAddress
string
required

The address of the pair to query

Example:

"Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE"

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,addLiquidity,removeLiquidity

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

Example:

"buy,sell,addLiquidity,removeLiquidity"

Response

200 - application/json
page
number
required
Example:

1

pageSize
number
required
Example:

100

cursor
string | null
required
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...kJ8E_653QrA4Q8zb_9OCn6opE9aBo8PjqLeQU_VCaaw"

exchangeName
string | null
required
Example:

"Raydium AMM v4"

exchangeLogo
string | null
required
Example:

"https://entities-logos.s3.amazonaws.com/raydium.png"

exchangeAddress
string | null
required
Example:

"675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8"

pairLabel
string | null
required
Example:

"BREAD/SOL"

pairAddress
string | null
required
Example:

"ALeyWh7zN979ZHUWY6YTMJC8wWowzdYqi8RRPRyB3LAd"

baseToken
object
required
quoteToken
object
required
result
object[]
required