Skip to content
Leon Oldfritter edited this page Apr 9, 2020 · 1 revision

市场

GET /api/web/v1/markets

返回

{
    "head": {
        "code": "1000",
        "msg": "Success."
    },
    "body": [
		{
			"id": 1,
			"name": "ETHUSDT",
			"code": "ethusdt",
			"price_group_fixed": 6,
			"sort_order": 4,
			"ask_currency_id": 1,
			"bid_currency_id": 2,
			"ask_fee": "0.01",
			"bid_fee": "0.01",
			"ask_fixed": 6,
			"bid_fixed": 6,
			"visible": true,
			"tradable": true,
		}
		// 以下省略....
	]
}