Last updated 7 months ago
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 .