Skip to main content
GET
/
profiles
/
{profile_id}
/
quote-executions
/
{id}
Get Quote Execution
curl --request GET \
  --url https://api.paxos.com/v2/profiles/{profile_id}/quote-executions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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"
  }
}
OAuth Scope
exchange:read_quote_execution

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string
required
id
string
required

Response

200 - application/json
id
string
required
profile_id
string
required
quote_id
string
required
status
enum<string>
required
Available options:
CREATED,
SETTLED
market
enum<string>
required
Available options:
ETHEUR,
ETHSGD,
ETHUSD,
BTCEUR,
BTCSGD,
BTCUSD,
PAXGUSD,
BCHUSD,
LTCUSD,
USDPUSD,
LINKUSD,
MATICUSD,
AAVEUSD,
UNIUSD
side
enum<string>
required
Available options:
BUY,
SELL
price
string
required
base_amount
string
required
base_asset
string
required
quote_amount
string
required
quote_asset
string
required
created_at
string<date-time>
required
ref_id
string
settled_at
string<date-time>
metadata
object
identity_id
string
account_id
string
recipient_profile_id
string