List Quote Executions
List quote executions within a particular profile.
Path parameters
The profile ID associated with the orders.
Query parameters
Filter by buy or sell side.
Filter by the trading pair.
Filter by the status of the order.
Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.
Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.
Number of results to return.
Return items in ascending (ASC) or descending (DESC) order. Default order is descending (DESC).
The specific method by which the returned results will be ordered.
Cursor token for fetching the next page. If using this then do not use pagination.limit and pagination.offset fields.
Response
A successful response.
Example response
{
"items": [
{
"id": "43a59965-be3a-45ab-841d-c55386e0ff90",
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"quote_id": "366a26d2-3098-4226-a520-4bb43ae4d922",
"status": "SETTLED",
"market": "BTCUSD",
"side": "BUY",
"price": "6001.2",
"base_amount": "2.35",
"base_asset": "BTC",
"quote_amount": "14102.82",
"quote_asset": "USD",
"created_at": "2020-01-17T18:36:31.345Z",
"settled_at": "2020-01-17T18:36:32.123Z",
"metadata": {
"customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.