solscan logo
Register NowRegister Now

Account Data Decoded

get

https://pro-api.solscan.io/v2.0/account/data-decoded

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

icon

Javascript

icon

Python

icon

Shell

icon

Go

icon

C#

Authorization

Response

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

Response Examples