Get Historical NFT Owners
This endpoint returns all Accounts that own a given collection, identified by contract address and ordered by owner address (supports pagination). Supported chains: ethereum
.
Parameters
Parameter | Description | Type |
---|---|---|
chain_id | A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. | string |
timestamp | The timestamp time at which you wish to fetch the NFT owners at (in seconds since the Unix epoch or ISO-8601 format). | date-time |
contract_address | required The contract address of the collection to retrieve owners for. | string |
limit | The maximum number of results to retrieve (default 100 ). |
string |
curl -X GET \
'https://api.transpose.io/nft/historical-nft-owners?chain_id=ethereum&contract_address=0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB×tamp=2023-01-01' \
-H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.