solscan logo

account transfer

v2

Get transfer data of an account

QUERY PARAMS

address

string

required

Solana wallet address

activity_type

array

Type of transfer

Enum: ACTIVITY_SPL_TRANSFER, ACTIVITY_SPL_BURN, ACTIVITY_SPL_MINT, ACTIVITY_SPL_CREATE_ACCOUNT

token_account

string

Filter transfers for a specific token account in the wallet

from

string

Filter transfer data with direction is from an address

to

string

Filter transfers from a specific address

token

string

Filter by token address. For native SOL transfers, use So11111111111111111111111111111111111111111

amount

array

Filter by amount range for a specific token. Example: ?amount[]=1&amount[]=2&token=So11111111111111111111111111111111111111112

block_time

array

Filter by block time range (Unix timestamp in seconds). Example: ?block_time[]=1720153259&block_time[]=1720153276

exclude_amount_zero

boolean

Exclude transfers with zero amount

flow

string

Filter by transfer direction: in or out

Enum: in, out

page

number

Page number for pagination

page_size

number

Number of items per page

Enum: 10, 20, 30, 40, 60, 100

RESPONSES

200

OK

Response Body

400

Bad Request

Response Body

401

Authentication failed

403

Too Many Requests

500

Internal Server Error

icon

Javascript

icon

Python

icon

Shell

icon

Go

icon

C#

Authorization

Response

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