account transactions
account detail
Account Data Decoded
account transfer
account transfer total
account defi activities
account balance change activities
account transactions
account transactions enhanced
account portfolio
account token-accounts
account stake
account stake rewards
account stake rewards export
account transfer export
account metadata
account metadata multi
account funded by
account leaderboard
account defi activities export
token transfer
token defi activities
token markets
token meta
token meta multi
token latest price data
token historical price data
token holders
token list
token top
token trending
token latest
token defi activities export
token historical data
token search
token price
token price multi
https://pro-api.solscan.io/v2.0/account/transactions
Get the list of transactions of an account
QUERY PARAMS
address
string
required
A wallet address on solana blockchain
before
string
The signature of the latest transaction of previous page
limit
number
The number of transactions should be returned
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
Unix time of the slot
tx_hash
string
The signature of the transaction
parsed_instructions
program_ids
string
time
string
Time of the slot
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