v1

latestOpenAPI 3.0.02026-07-223691143.2 KB
OrderEvents

Returns information about Solana transactions in a given block range

get/api/OrderEvents/solanaDepositsAndWithdrawals

Query parameters

fromBlockinteger

first block to get events from

toBlockinteger

last block to get events from

Response

OK

blockNumberinteger

Number of the block the event was emitted it

blockTimestampinteger

Timestamp of the block the event was emitted it

txHashstring nullable

Hash of the transaction

fromstring nullable

Maker's address

tostring nullable

Receiver's address

tokenstring nullable

GiveToken address

amountstring nullable

Give amount

isDepositboolean

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

giveAmountUSDnumber double nullable

USD equivalent for GiveAmount