Skip to content

Get The Latest Price Of Each Trading Pairs

Description

Get the latest price of trading pairs

HTTP Request

  • GET /open/api/market

Request Parameters

ParameterTypeRequiredDescription

Request Example

http
curl 'https://openapi.100ex.com/open/api/market'

Response Parameters

ParameterTypeDescription
dataObject{"coin pair name", price}

Response Example

json
{
    "code": "0",
    "msg": "suc",
    "data": {
        "avaxcusdt": 43.7700000000000000,
        "ontusdt": 0.2635000000000000,
        "wifusdt": 2.1000000000000000,
        "dogeusdt": 0.3870000000000000
    },
    "message": null,
    "traceId": null
}

Status Code

CodeDescription
0success
1system error