v1
latestOpenAPI 3.0.02026-07-26117342409.6 KBQuote Executions
Get Quote Execution
Get an existing quote execution for buying or selling an asset.
get/profiles/{profile_id}/quote-executions/{id}
Path parameters
profile_idstring required
idstring required
Response
A successful response.
Example response
{
"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"
}
}