NonFungibleTokensApi - interface

Export

Interface

NonFungibleTokensApiInterface

Hierarchy

  • NonFungibleTokensApiInterface

Implemented by

Methods

  • Retrieves all events relevant to a Non-Fungible Token. Useful to determine the ownership history of a particular asset. More information on Non-Fungible Tokens on the Stacks blockchain can be found here. Non-Fungible Token history

    Parameters

    Returns Promise<NonFungibleTokenHistoryEventList>

  • Retrieves the list of Non-Fungible Tokens owned by the given principal (STX address or Smart Contract ID). Results can be filtered by one or more asset identifiers and can include metadata about the transaction that made the principal own each token. More information on Non-Fungible Tokens on the Stacks blockchain can be found here. Non-Fungible Token holdings

    Parameters

    Returns Promise<NonFungibleTokenHoldingsList>

  • Retrieves the list of Non-Fungible Tokens owned by the given principal (STX address or Smart Contract ID). Results can be filtered by one or more asset identifiers and can include metadata about the transaction that made the principal own each token. More information on Non-Fungible Tokens on the Stacks blockchain can be found here.

    Summary

    Non-Fungible Token holdings

    Throws

    Memberof

    NonFungibleTokensApiInterface

    Parameters

    Returns Promise<ApiResponse<NonFungibleTokenHoldingsList>>

  • Retrieves all mint events for a Non-Fungible Token asset class. Useful to determine which NFTs of a particular collection have been claimed. More information on Non-Fungible Tokens on the Stacks blockchain can be found here. Non-Fungible Token mints

    Parameters

    Returns Promise<NonFungibleTokenMintList>

  • Retrieves all mint events for a Non-Fungible Token asset class. Useful to determine which NFTs of a particular collection have been claimed. More information on Non-Fungible Tokens on the Stacks blockchain can be found here.

    Summary

    Non-Fungible Token mints

    Throws

    Memberof

    NonFungibleTokensApiInterface

    Parameters

    Returns Promise<ApiResponse<NonFungibleTokenMintList>>

Generated using TypeDoc