v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

post/quotes

Headers

Authorizationstring

Basic authorization with sk_live as username

Request body

side'buy' | 'sell' required

The exchange operation to be done

quote_currency'USDT' required

The target currency code to buy/sell

base_currency'PHP' required

The base currency code to use in buying or to obtain in selling

quantitynumber float required

For buy operation: the amount of base_currency to use. For sell operation: the amount of quote_currency to sell

Response

Example response

{
  "data": {
    "id": "quote_7b0f984bcf9faf830afa2ce4",
    "side": "sell",
    "price": 57.93327999999999,
    "quote_currency": "USDT",
    "quote_quantity": 5,
    "base_currency": "PHP",
    "base_quantity": 289.66639999999995,
    "created_at": "2026-01-29T11:50:07.66018161Z",
    "expires_at": "2026-01-29T11:51:07.660181692Z"
  }
}