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

最新成交

GET /api/web/v1/trades

params

	market
	limit

返回

{
    "head": {
        "code": "1000",
        "msg": "Success."
    },
    "body": [
		{
			"amount":
			"date":
			"owner_sn":
			"price":
			"tid":
			"type":
		}
	]
}