Interface MintsApiListMintsRequest

Hierarchy

  • MintsApiListMintsRequest
    • MintsApiListMintsRequest

Properties

pageSize?: number

Page size of the result

Memberof

MintsApiListMints

cursor?: string

Cursor

Memberof

MintsApiListMints

orderBy?: "token_id" | "updated_at" | "created_at" | "transaction_id"

Property to sort by

Memberof

MintsApiListMints

direction?: string

Direction to sort (asc/desc)

Memberof

MintsApiListMints

user?: string

Ethereum address of the user who submitted this mint

Memberof

MintsApiListMints

status?: string

Status of this mint

Memberof

MintsApiListMints

minTimestamp?: string

Minimum timestamp for this mint, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

MintsApiListMints

maxTimestamp?: string

Maximum timestamp for this mint, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

MintsApiListMints

tokenType?: string

Token type of the minted asset

Memberof

MintsApiListMints

tokenId?: string

ERC721 Token ID of the minted asset

Memberof

MintsApiListMints

tokenName?: string

Token Name of the minted asset

Memberof

MintsApiListMints

tokenAddress?: string

Token address of the minted asset

Memberof

MintsApiListMints

minQuantity?: string

Min quantity for the minted asset

Memberof

MintsApiListMints

maxQuantity?: string

Max quantity for the minted asset

Memberof

MintsApiListMints

metadata?: string

JSON-encoded metadata filters for the minted asset

Memberof

MintsApiListMints

Generated using TypeDoc