
-
{ "name": "markets", "base": "", "fields": [ { "name": "market_id", "type": "uint64" }, { "name": "coin0", "type": "st_coin" }, { "name": "coin1", "type": "st_coin" }, { "name": "reserve0", "type": "asset" }, { "name": "reserve1", "type": "asset" }, { "name": "token", "type": "uint64" }, { "name": "price0_last", "type": "float64" }, { "name": "price1_last", "type": "float64" }, { "name": "last_update", "type": "time_point_sec" } ] }