Interface OrdersApiListOrdersRequest

Request parameters for listOrders operation in OrdersApi.

Export

Interface

OrdersApiListOrdersRequest

Hierarchy

  • OrdersApiListOrdersRequest

Properties

auxiliaryFeePercentages?: string

Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients

Memberof

OrdersApiListOrders

auxiliaryFeeRecipients?: string

Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages

Memberof

OrdersApiListOrders

buyAssetId?: string

Internal IMX ID of the asset this order buys

Memberof

OrdersApiListOrders

buyMaxQuantity?: string

Max quantity for the asset this order buys

Memberof

OrdersApiListOrders

buyMetadata?: string

JSON-encoded metadata filters for the asset this order buys

Memberof

OrdersApiListOrders

buyMinQuantity?: string

Min quantity for the asset this order buys

Memberof

OrdersApiListOrders

buyTokenAddress?: string

Token address of the asset this order buys

Memberof

OrdersApiListOrders

buyTokenId?: string

ERC721 Token ID of the asset this order buys

Memberof

OrdersApiListOrders

buyTokenName?: string

Token name of the asset this order buys

Memberof

OrdersApiListOrders

buyTokenType?: string

Token type of the asset this order buys

Memberof

OrdersApiListOrders

cursor?: string

Cursor

Memberof

OrdersApiListOrders

direction?: string

Direction to sort (asc/desc)

Memberof

OrdersApiListOrders

includeFees?: boolean

Set flag to true to include fee object for orders

Memberof

OrdersApiListOrders

maxTimestamp?: string

Filter orders to include those with created_at timestamps before this time, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

OrdersApiListOrders

minTimestamp?: string

Filter orders to include those with created_at timestamps after this time, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

OrdersApiListOrders

orderBy?: "updated_at" | "created_at" | "expired_at" | "sell_quantity" | "buy_quantity" | "buy_quantity_with_fees"

Property to sort by

Memberof

OrdersApiListOrders

pageSize?: number

Page size of the result

Memberof

OrdersApiListOrders

sellAssetId?: string

Internal IMX ID of the asset this order sells

Memberof

OrdersApiListOrders

sellMaxQuantity?: string

Max quantity for the asset this order sells

Memberof

OrdersApiListOrders

sellMetadata?: string

JSON-encoded metadata filters for the asset this order sells

Memberof

OrdersApiListOrders

sellMinQuantity?: string

Min quantity for the asset this order sells

Memberof

OrdersApiListOrders

sellTokenAddress?: string

Token address of the asset this order sells

Memberof

OrdersApiListOrders

sellTokenId?: string

ERC721 Token ID of the asset this order sells

Memberof

OrdersApiListOrders

sellTokenName?: string

Token name of the asset this order sells

Memberof

OrdersApiListOrders

sellTokenType?: string

Token type of the asset this order sells

Memberof

OrdersApiListOrders

status?: "active" | "filled" | "cancelled" | "expired" | "inactive"

Status of this order

Memberof

OrdersApiListOrders

updatedMaxTimestamp?: string

Filter orders to include those with updated_at timestamps before this time, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

OrdersApiListOrders

updatedMinTimestamp?: string

Filter orders to include those with updated_at timestamps after this time, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z'

Memberof

OrdersApiListOrders

user?: string

Ethereum address of the user who submitted this order

Memberof

OrdersApiListOrders

Generated using TypeDoc