Get The Latest Price Of Each Trading Pairs
Description
Get the latest price of trading pairs
HTTP Request
- GET /open/api/market
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
Request Example
http
curl 'https://openapi.100ex.com/open/api/market'Response Parameters
| Parameter | Type | Description |
|---|---|---|
| data | Object | {"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
| Code | Description |
|---|---|
| 0 | success |
| 1 | system error |
