account transactions
v2
get
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
Enum: 10, 20, 30, 40
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
403
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!