Skip to content

Ticker List

Ticker List

Http Request

GET
/api/usdt/instruments/ticker_list

Request Frequency Restriction:

  • 10times / 1second

Request Parameters

None

Response fields description

Name Type Description
lowest_ask_price string best selling price
lowest_ask_volume string best selling quantity
highest_bid_price string best price
highest_bid_volume string best quantity
last_price string latest price
mark_price string mark price
highest_price_24h string 24h highest price
lowest_price_24h string 24h lowest price
volume_24h string 24h volume (USDT)
chg24h string 24h change
chg0h string 0h change
timestamp string Timestamp, UTC international time
contract_code string contract name

Response

{
  "code":200,
  "message":null,
  "data":[
    {
      "lowest_ask_price":"0.10868",
      "lowest_ask_volume":"0.00000",
      "highest_bid_price":"0.10868",
      "highest_bid_volume":"0.00000",
      "last_price":"0.10868",
      "mark_price":"0.10345",
      "highest_price_24h":"0.10868",
      "lowest_price_24h":"0.10868",
      "volume_24h":"0.00000",
      "timestamp":1681111866192,
      "chg24h":"0.0000",
      "chg0h":"0.0000",
      "contract_code":"XLM-SWAP"
    },
    {
      "lowest_ask_price":"0.03040",
      "lowest_ask_volume":"0.00000",
      "highest_bid_price":"0.03040",
      "highest_bid_volume":"0.00000",
      "last_price":"0.03040",
      "mark_price":"0.02880",
      "highest_price_24h":"0.03040",
      "lowest_price_24h":"0.03040",
      "volume_24h":"0.00000",
      "timestamp":1681111866192,
      "chg24h":"0.0000",
      "chg0h":"0.0000",
      "contract_code":"ZIL-SWAP"
    }
  ]
}