Interface GetAex141OwnedTokensOptionalParams

Optional parameters.

interface GetAex141OwnedTokensOptionalParams {
    contract?: `ct_${string}`;
    direction?: string;
    limit?: number;
}

Hierarchy

  • OperationOptions
    • GetAex141OwnedTokensOptionalParams

Properties

contract?: `ct_${string}`

Collection contract pubkey Contract address

direction?: string

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)