Skip to main content
GET
Get NFT owner history by token

Headers

x-api-key
string
required
Example:

"demo"

Query Parameters

chain_id
integer
required

chain network id, see list of details

contract_address
string

The address of the NFT contract

Pattern: ^0[xX]{1}[a-fA-F0-9]{40}$
token_id
string

NFT token id in hex or num string

from_block
string

Inclusive from block number (hex string or int)

to_block
string

Inclusive to block number (hex string, int, or 'latest')

from_timestamp
integer

Inclusive start timestamp

end_timestamp
integer

Inclusive end timestamp

page
integer
default:1

The page offset

Required range: x >= 1
limit
integer
default:20

The desired page size limit. Less or equal than 100

Required range: 1 <= x <= 100

Response

Successful Response

data
NFTTransfers · object[]
required
code
integer
default:0
message
string
default:ok
next_page
integer
count
integer