Interface TradesApiListTradesV3Request

Hierarchy

  • TradesApiListTradesV3Request
    • TradesApiListTradesV3Request

Properties

partyATokenType?: string

Party A's (buy order) token type of currency used to buy

Memberof

TradesApiListTradesV3

partyATokenAddress?: string

Party A's (buy order) token address of currency used to buy

Memberof

TradesApiListTradesV3

partyBTokenType?: string

Party B's (sell order) token type of NFT sold - always ERC721

Memberof

TradesApiListTradesV3

partyBTokenAddress?: string

Party B's (sell order) collection address of NFT sold

Memberof

TradesApiListTradesV3

partyBTokenId?: string

Party B's (sell order) token id of NFT sold

Memberof

TradesApiListTradesV3

pageSize?: number

Page size of the result

Memberof

TradesApiListTradesV3

cursor?: string

Cursor

Memberof

TradesApiListTradesV3

orderBy?: "timestamp" | "created_at" | "transaction_id" | "party_a_sold_quantity" | "party_b_sold_quantity" | "updated_timestamp"

Property to sort by

Memberof

TradesApiListTradesV3

direction?: string

Direction to sort (asc/desc)

Memberof

TradesApiListTradesV3

minTimestamp?: string

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

Memberof

TradesApiListTradesV3

maxTimestamp?: string

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

Memberof

TradesApiListTradesV3

Generated using TypeDoc