Interface TransfersApiListTransfersRequest

Hierarchy

  • TransfersApiListTransfersRequest
    • TransfersApiListTransfersRequest

Properties

pageSize?: number

Page size of the result

Memberof

TransfersApiListTransfers

cursor?: string

Cursor

Memberof

TransfersApiListTransfers

orderBy?: "created_at" | "transaction_id" | "sender_ether_key" | "receiver_ether_key"

Property to sort by

Memberof

TransfersApiListTransfers

direction?: string

Direction to sort (asc/desc)

Memberof

TransfersApiListTransfers

user?: string

Ethereum address of the user who submitted this transfer

Memberof

TransfersApiListTransfers

receiver?: string

Ethereum address of the user who received this transfer

Memberof

TransfersApiListTransfers

status?: "success" | "failure"

Status of this transfer

Memberof

TransfersApiListTransfers

minTimestamp?: string

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

Memberof

TransfersApiListTransfers

maxTimestamp?: string

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

Memberof

TransfersApiListTransfers

tokenType?: string

Token type of the transferred asset

Memberof

TransfersApiListTransfers

tokenId?: string

ERC721 Token ID of the minted asset

Memberof

TransfersApiListTransfers

assetId?: string

Internal IMX ID of the minted asset

Memberof

TransfersApiListTransfers

tokenAddress?: string

Token address of the transferred asset

Memberof

TransfersApiListTransfers

tokenName?: string

Token name of the transferred asset

Memberof

TransfersApiListTransfers

minQuantity?: string

Max quantity for the transferred asset

Memberof

TransfersApiListTransfers

maxQuantity?: string

Max quantity for the transferred asset

Memberof

TransfersApiListTransfers

metadata?: string

JSON-encoded metadata filters for the transferred asset

Memberof

TransfersApiListTransfers

Generated using TypeDoc