Determine conversion rates and output values when exchanging between two digital assets.

Technical Specification

HTTP Method: GET

Route: /price

Request Headers:

Header Name Expected Value
Content-Type application/json

Input Values

Mandatory Fields

Additional Options

Server Response

Successful Request (200)

Delivers an array of exchange options with rates, limits, and pricing information.

{
  "code": 200,
  "message": "success",
  "data": [
    {
      "id": 1,
      "name": "EX_CN",
      "value": 0.10320354,
      "min": 40.1728,
      "max": null,
      "price_usd_from": 0.0,
      "usd_price": 3666370.0553618
    },
    {
      "id": 2,
      "name": "CN",
      "value": 0.10110573,
      "min": 0.0002,
      "max": 0.2375,
      "price_usd_from": 0.0,
      "usd_price": 13.863153500000001
    },
    {
      "id": 3,
      "name": "EX",
      "value": 0.1006875,
      "min": 0.1206,
      "max": 2206.4826,
      "price_usd_from": 0.0,
      "usd_price": 11002.1034427
    }
  ]
}

Data Structure Breakdown