transaction decoded
https://pro-api.solscan.io/playground/transaction/actions
Get the actions of a transaction. Return the actions like: transfers, swap activities, nft activities...
QUERY PARAMS
tx
string
required
The signature of the transaction
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
tx_hash
string
Signature of transaction
block_id
number
Slot number
block_time
number
UnixTime of the slot
time
string
Time of the slot
fee
number
Fee of transaction
priority_fee
number
Number of priority fee
one_line_summary
object
Provide a summary of the most important activity in the transaction
summaries
transfers
activities
400
Bad Request
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
401
Authentication failed
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
429
Too Many Requests
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
500
Internal Server Error
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error