list Trades
fun listTrades(partyATokenType: String? = null, partyATokenAddress: String? = null, partyATokenId: String? = null, partyBTokenType: String? = null, partyBTokenAddress: String? = null, partyBTokenId: String? = null, pageSize: Int? = null, cursor: String? = null, orderBy: String? = null, direction: String? = null, minTimestamp: String? = null, maxTimestamp: String? = null): ListTradesResponse
Content copied to clipboard
Get a list of trades Get a list of trades
Return
ListTradesResponse
Parameters
party AToken Type
Party A's sell token type (optional)
party AToken Address
Party A's sell token address (optional)
party AToken Id
Party A's sell token id (optional)
party BToken Type
Party B's sell token type (optional)
party BToken Address
Party B's sell token address (optional)
party BToken Id
Party B's sell token id (optional)
page Size
Page size of the result (optional)
cursor
Cursor (optional)
order By
Property to sort by (optional)
direction
Direction to sort (asc/desc) (optional)
min Timestamp
Minimum timestamp for this trade, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
max Timestamp
Maximum timestamp for this trade, in ISO 8601 UTC format. Example: '2022-05-27T00:10:22Z' (optional)
Throws
If the API returns an informational or redirection response
org. openapitools. client. infrastructure. Client Exception
If the API returns a client error response
org. openapitools. client. infrastructure. Server Exception
If the API returns a server error response