代码拉取完成,页面将自动刷新
{
"Token": {
"hash": "H256",
"symbol": "Vec<u8>",
"total_supply": "Balance"
},
"OrderType": {
"_enum": [
"Buy",
"Sell"
]
},
"OrderStatus": {
"_enum": [
"Created",
"PartialFilled",
"Filled",
"Canceled"
]
},
"TradePair": {
"hash": "H256",
"base": "H256",
"quote": "H256",
"buy_one_price": "Option<Price>",
"sell_one_price": "Option<Price>",
"latest_matched_price": "Option<Price>",
"one_day_trade_volume": "Option<Price>",
"one_day_highest_price": "Option<Price>",
"one_day_lowest_price": "Option<Price>"
},
"Price": "u128",
"LimitOrder": {
"hash": "H256",
"base": "H256",
"quote": "H256",
"owner": "AccountId",
"price": "Price",
"sell_amount": "Balance",
"buy_amount": "Balance",
"remained_sell_amount": "Balance",
"remained_buy_amount": "Balance",
"otype": "OrderType",
"status": "OrderStatus"
},
"Trade": {
"hash": "H256",
"base": "H256",
"quote": "H256",
"buyer": "AccountId",
"seller": "AccountId",
"maker": "AccountId",
"taker": "AccountId",
"otype": "OrderType",
"price": "Price",
"base_amount": "Balance",
"quote_amount": "Balance"
},
"OrderLinkedItem": {
"prev": "Option<Price>",
"next": "Option<Price>",
"price": "Option<Price>",
"orders": "Vec<H256>"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。