Skip to main content
GET
Returns information about Solana transactions in a given block range

Query Parameters

fromBlock
integer<int64>

first block to get events from

toBlock
integer<int64>

last block to get events from

Response

OK

blockNumber
integer<int64>

Number of the block the event was emitted it

blockTimestamp
integer<int64>

Timestamp of the block the event was emitted it

txHash
string | null

Hash of the transaction

from
string | null

Maker's address

to
string | null

Receiver's address

token
string | null

GiveToken address

amount
string | null

Give amount

isDeposit
boolean

True if current event is unlock event, false if it is unlock event

giveAmountUSD
number<double> | null

USD equivalent for GiveAmount