Skip to main content
POST
/
profiles
/
{profile_id}
/
quote-executions
curl --request POST \
--url https://api.paxos.com/v2/profiles/{profile_id}/quote-executions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"quote_id": "366a26d2-3098-4226-a520-4bb43ae4d922",
"quote_amount": "100",
"metadata": {
"customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339"
}
}'
{
"id": "43a59965-be3a-45ab-841d-c55386e0ff90",
"profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
"quote_id": "366a26d2-3098-4226-a520-4bb43ae4d922",
"status": "CREATED",
"market": "BTCUSD",
"side": "BUY",
"price": "6001.2",
"base_amount": "0.016663334",
"base_asset": "BTC",
"quote_amount": "100.00",
"quote_asset": "USD",
"created_at": "2020-01-17T18:36:31.345Z",
"metadata": {
"customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339"
}
}
OAuth Scope
exchange:write_quote_execution

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string
required

Body

application/json
quote_id
string
required
ref_id
string
base_amount
string
quote_amount
string
metadata
object
identity_id
string
account_id
string
recipient_profile_id
string

Response

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