Get asset transfers

Asset transfers

Transfers can be useful to display the history of an NFT.

const assetTransfers = await marketplaceSdk.transfer.getAssetTransfers(
    MY_COLLECTION_ADDRESS,
    'token_id'
)

All our API routes are also available without the SDK. See the get asset transfers route.

Last updated