get
Get data of account with decoded information
QUERY PARAMS
address
string
required
Solana wallet address
RESPONSES
200
OK
Response Body (application/json)
success
boolean
Request status
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 (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)