For limit orders, create an order for buying or selling an asset:
side = BUY
and set base_amount
to the crypto amount you want to buy.side = SELL
and set base_amount
to the crypto amount you want to sell.For market orders, create an order for buying or selling an asset:
side = BUY
and set quote_amount
to the dollar amount you want to spend.side = SELL
and set base_amount
to the crypto amount you want to sell.There are five types of orders:
Maximum notional order size by type:
Order Type | Market | Maximum Notional Value (USD) |
---|---|---|
Market | all | 500,000 |
Limit | BTCUSD | 1,500,000 |
Limit | ETHUSD | 1,500,000 |
Limit | other | 1,000,000 |
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The profileId the order will be associated with.
A successful response.
The response is of type object
.