solscan logo

nft activities

v2

Get NFT activities

QUERY PARAMS

from

string

From

to

string

To

source

array

Filter by list source addresses. Maximum 5 addresses

activity_type

array

Type of defiactivity data

Enum: ACTIVITY_NFT_SOLD, ACTIVITY_NFT_LISTING, ACTIVITY_NFT_BIDDING, ACTIVITY_NFT_CANCEL_BID, ACTIVITY_NFT_CANCEL_LIST, ACTIVITY_NFT_REJECT_BID, ACTIVITY_NFT_UPDATE_PRICE, ACTIVITY_NFT_LIST_AUCTION

token

string

Filter activities data by token address

collection

string

collection

currency_token

string

currency_token

price

array

Filter transfer data by by amount. But you need to pass token address in field currency_token first because price filter will be belong to one currency token address. Ex: Filter price from 1 to 2 SOL ?price[]=1&price[]=2&currency_token=So11111111111111111111111111111111111111112

block_time

array

Used when you want to filter data by block time. Format time: UnixTime in seconds. You need to pass array into http query to filter by start and stop block_time. Example: ?block_time[]=1720153259&block_time[]=1720153276

page

number

Page number for pagination

page_size

number

Number 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!