nft activities
account detail
Account Data Decoded
account transfer
account transfer total
account defi activities
account balance change activities
account transactions
account transactions enhanced
account portfolio
account token-accounts
account stake
account stake rewards
account stake rewards export
account transfer export
account metadata
account metadata multi
account funded by
account leaderboard
account defi activities export
token transfer
token defi activities
token markets
token meta
token meta multi
token latest price data
token historical price data
token holders
token list
token top
token trending
token latest
token defi activities export
token historical data
token search
token price
token price multi
https://pro-api.solscan.io/v2.0/nft/activities
Get NFT activities
QUERY PARAMS
from
string
From
to
string
To
source
array
Filter by list source addresses. Maximum 5 addresses
Maximum allowed values: 5
activity_type
array
Type of defiactivity data
from_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
to_time
number
Filter by time range (Unix timestamp in seconds). Example: ?from_time=1720153259&to_time=1720153276
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¤cy_token=So11111111111111111111111111111111111111112
Maximum allowed values: 2
page
number
Page number for pagination
page_size
number
Number items per page
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
Maximum allowed values: 2
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
block_id
number
Slot Number of activity
trans_id
string
Transaction Hash or Signature for activity
block_time
number
UnixTime of the slot
time
string
Time of the slot
activity_type
string
Type of transfer.
from_address
string
Transfer from an address
to_address
string
Transfer to an address
token_address
string
Token address
marketplace_address
string
Marketplace address
collection_address
string
Collection address
amount
number
NFT Amount
price
number
Price
currency_token
string
Currency token
currency_decimals
number
Currency token decimals
400
Bad Request
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
401
Authentication failed
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
429
Too Many Requests
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
500
Internal Server Error
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error