get
Get the list of the latest transactions
QUERY PARAMS
limit
number
The number of transactions should be returned
filter
string
The filter parameter for excluding vote transactions
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
slot
number
Slot number of the transaction
fee
number
The fee of the transaction
status
string
The status of the transaction: Success or Fail
signer
string
block_time
number
The Unix time of the slot
tx_hash
string
Transaction signature
parsed_instructions
program_ids
string
time
string
The time of the slot
400
Bad Request
Response Body
401
Authentication failed
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body