getGet indicative price

Returns the raw non-binding exchange pricing envelope for a from-asset/to-asset pair. Specify either from_amount or to_amount; amount_basis indicates which side was sized. account_ref is required and validated server-side. This response is informational only; execution must request pricing again.

Request

Request URL

GET
GET /prices/indicative

Responses

Response

application/json
{
  "amount_basis": "from",
  "binding": false,
  "calculated_at": "2026-05-01T10:00:00Z",
  "expires_at": "2026-05-01T10:00:00Z",
  "flow_type": "conversion",
  "from_amount": {
    "currency": "USDC",
    "value": "250.00"
  },
  "from_asset": "USDC",
  "indicative_price": {
    "computed_at": "2026-05-01T10:00:00Z",
    "price": "65789.47",
    "price_type": "indicative"
  },
  "pricing_mode": "indicative",
  "to_amount": {
    "currency": "BTC",
    "value": "0.00380000"
  },
  "to_asset": "BTC"
}

Operation succeeded.