get
Get data of account with decoded information
QUERY PARAMS
address
string
required
A wallet address on solana blockchain
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
account
string
The address of this account
data_decoded
object
Data of account with decoded information. Data will be parsed based on the corresponding IDL of the program
data_base64
string
Base64 encoded data of the account
400
Bad Request
Response Body
401
Authentication failed
Response Body
429
Too Many Requests
Response Body
500
Internal Server Error
Response Body