Interface WithdrawalsApiListWithdrawalsRequest

Hierarchy

  • WithdrawalsApiListWithdrawalsRequest
    • WithdrawalsApiListWithdrawalsRequest

Properties

withdrawnToWallet?: boolean

Withdrawal has been transferred to user's Layer 1 wallet

Memberof

WithdrawalsApiListWithdrawals

rollupStatus?: string

Status of the on-chain batch confirmation for this withdrawal

Memberof

WithdrawalsApiListWithdrawals

pageSize?: number

Page size of the result

Memberof

WithdrawalsApiListWithdrawals

cursor?: string

Cursor

Memberof

WithdrawalsApiListWithdrawals

orderBy?: string

Property to sort by

Memberof

WithdrawalsApiListWithdrawals

direction?: string

Direction to sort (asc/desc)

Memberof

WithdrawalsApiListWithdrawals

user?: string

Ethereum address of the user who submitted this withdrawal

Memberof

WithdrawalsApiListWithdrawals

status?: string

Status of this withdrawal

Memberof

WithdrawalsApiListWithdrawals

minTimestamp?: string

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

Memberof

WithdrawalsApiListWithdrawals

maxTimestamp?: string

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

Memberof

WithdrawalsApiListWithdrawals

tokenType?: string

Token type of the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

tokenId?: string

ERC721 Token ID of the minted asset

Memberof

WithdrawalsApiListWithdrawals

assetId?: string

Internal IMX ID of the minted asset

Memberof

WithdrawalsApiListWithdrawals

tokenAddress?: string

Token address of the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

tokenName?: string

Token name of the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

minQuantity?: string

Min quantity for the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

maxQuantity?: string

Max quantity for the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

metadata?: string

JSON-encoded metadata filters for the withdrawn asset

Memberof

WithdrawalsApiListWithdrawals

Generated using TypeDoc