For the complete documentation index, see llms.txt. Markdown versions of the documentation pages are available from that index.
solscan logo
Register NowRegister Now

transaction decoded

* Try live endpoints on real data. No paid plan required ยท Free tier limits apply.

get

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 (application/json)

success

boolean

Request status

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

array of object

Provide a summary of the main activities in the transaction

transfers

array of object

List transfer activities on transaction

activities

array of object

List Defi and NFT activities on transaction

400

Bad Request

Response Body (application/json)

401

Authentication failed

Response Body (application/json)

429

Too Many Requests

Response Body (application/json)

500

Internal Server Error

Response Body (application/json)

icon

Javascript

icon

Python

icon

Shell

icon

Go

icon

C#

Authorization

Free API key

Response

Click Try It! to start a request and see the response here!

Response Examples