Advertisement
Guest User

BitShares API Response

a guest
Jul 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.   "id": 1,
  3.   "jsonrpc": "2.0",
  4.   "error": {
  5.     "code": 1,
  6.     "message": "Assert Exception: _orders_api: ",
  7.     "data": {
  8.       "code": 10,
  9.       "name": "assert_exception",
  10.       "message": "Assert Exception",
  11.       "stack": [
  12.         {
  13.           "context": {
  14.             "level": "error",
  15.             "file": "api.cpp",
  16.             "line": 277,
  17.             "method": "orders",
  18.             "hostname": "",
  19.             "thread_name": "th_a",
  20.             "timestamp": "2018-07-19T15:42:08"
  21.           },
  22.           "format": "_orders_api: ",
  23.           "data": {}
  24.         },
  25.         {
  26.           "context": {
  27.             "level": "warn",
  28.             "file": "websocket_api.cpp",
  29.             "line": 125,
  30.             "method": "on_message",
  31.             "hostname": "",
  32.             "thread_name": "th_a",
  33.             "timestamp": "2018-07-19T15:42:08"
  34.           },
  35.           "format": "",
  36.           "data": {
  37.             "call.method": "call",
  38.             "call.params": [
  39.               "orders",
  40.               "get_grouped_limit_orders",
  41.               [
  42.                 "1..3.0",
  43.                 "1.3.113",
  44.                 60,
  45.                 null,
  46.                 10
  47.               ]
  48.             ]
  49.           }
  50.         }
  51.       ]
  52.     }
  53.   }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement