Response schema for AEX-141 token detail

interface Aex141TokenDetailResponse {
    contractId: `ct_${string}`;
    metadata: Record<string, unknown>;
    ownerId: `ak_${string}`;
    tokenId: number;
}

Properties

contractId: `ct_${string}`

NFT contract id

metadata: Record<string, unknown>

The metadata associated to this NFT

ownerId: `ak_${string}`

Account address

tokenId: number

Non-fungible token id