Interface DepositsApiListDepositsRequest

Hierarchy

  • DepositsApiListDepositsRequest
    • DepositsApiListDepositsRequest

Properties

pageSize?: number

Page size of the result

Memberof

DepositsApiListDeposits

cursor?: string

Cursor

Memberof

DepositsApiListDeposits

orderBy?: string

Property to sort by

Memberof

DepositsApiListDeposits

direction?: string

Direction to sort (asc/desc)

Memberof

DepositsApiListDeposits

user?: string

Ethereum address of the user who submitted this deposit

Memberof

DepositsApiListDeposits

status?: string

Status of this deposit

Memberof

DepositsApiListDeposits

minTimestamp?: string

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

Memberof

DepositsApiListDeposits

maxTimestamp?: string

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

Memberof

DepositsApiListDeposits

tokenType?: string

Token type of the deposited asset

Memberof

DepositsApiListDeposits

tokenId?: string

ERC721 Token ID of the minted asset

Memberof

DepositsApiListDeposits

assetId?: string

Internal IMX ID of the minted asset

Memberof

DepositsApiListDeposits

tokenAddress?: string

Token address of the deposited asset

Memberof

DepositsApiListDeposits

tokenName?: string

Token name of the deposited asset

Memberof

DepositsApiListDeposits

minQuantity?: string

Min quantity for the deposited asset

Memberof

DepositsApiListDeposits

maxQuantity?: string

Max quantity for the deposited asset

Memberof

DepositsApiListDeposits

metadata?: string

JSON-encoded metadata filters for the deposited asset

Memberof

DepositsApiListDeposits

Generated using TypeDoc