Interface AssetsApiGetAssetRequest

interface AssetsApiGetAssetRequest {
    tokenAddress: string;
    tokenId: string;
    includeFees?: boolean;
}

Hierarchy

  • AssetsApiGetAssetRequest
    • AssetsApiGetAssetRequest

Properties

tokenAddress: string

Address of the ERC721 contract

AssetsApiGetAsset

tokenId: string

Either ERC721 token ID or internal IMX ID

AssetsApiGetAsset

includeFees?: boolean

Set flag to include fees associated with the asset

AssetsApiGetAsset