tokenProvenance
This is a work in progress, please reach out to us on Telegram for support. For the most reliable data, reference our existing graphql docs.
Returns token provenance by tokenId
in a particular contractAddress
with limit and offset pagination.
tokenProvenance({tokenId: string | number, contractAddress: string, pagination?: Pagination, network?: "testnet" | "mainnet"})
This is an example of a data api method.
Example:
queryTokens.ts
Last updated