GET
/
v1
/
service
/
transfer
/
quote
curl --request GET \
  --url https://api.nxos.io/v1/service/transfer/quote
[
  {
    "quote_id": "<string>",
    "base_asset": "<string>",
    "counter_asset": "<string>",
    "base_asset_tier": {
      "min_amount": "<string>",
      "max_amount": "<string>"
    },
    "exchange_rate": "<string>",
    "fee": {
      "basis_points": "<string>",
      "fixed": "<string>"
    },
    "targets": [
      {
        "target_code": "<string>",
        "name": "<string>",
        "type": "<string>",
        "metadata": {}
      }
    ],
    "expires_at": "<string>",
    "created_at": "<string>"
  }
]

Query Parameters

request
object
required

The criteria for filtering quotes.

Response

200 - application/json
An array of Quote objects matching the specified criteria.

The response is of type object[].