Marketplace
Cometh ConnectCometh MarketplaceCometh checkout
  • Demo
  • API reference doc
  • SDK reference doc
  • 🚀Quickstart
    • Getting started
    • Core concepts
    • API cheatsheet
    • Third party helpers
  • 🛠️Core features
    • Get collection data
    • Assets search engine
    • Creating an order
    • Searching orders
    • Filling an order
    • Cancelling an order
  • ⚗️Advanced features
    • Tracking indexing
    • Get asset transfers
    • Admin routes
    • Refreshing metadata
    • Webhooks
  • 📖Resources
    • Why Cometh Marketplace
    • Order flow
    • Preparing for transactions
    • Sponsoring transactions
Powered by GitBook
On this page
  • Asset transfers
  1. Advanced features

Get asset transfers

Last updated 8 months ago

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