Advertisement
Guest User

BitShares API Response

a guest
Jul 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.16 KB | None | 0 0
  1. {
  2.   "id": 1,
  3.   "jsonrpc": "2.0",
  4.   "error": {
  5.     "code": 1,
  6.     "message": "Assert Exception: itr != _by_name.end(): no method with name 'get_grouped_limit_orders'",
  7.     "data": {
  8.       "code": 10,
  9.       "name": "assert_exception",
  10.       "message": "Assert Exception",
  11.       "stack": [
  12.         {
  13.           "context": {
  14.             "level": "error",
  15.             "file": "api_connection.hpp",
  16.             "line": 111,
  17.             "method": "call",
  18.             "hostname": "",
  19.             "thread_name": "th_a",
  20.             "timestamp": "2018-07-19T15:37:25"
  21.           },
  22.           "format": "itr != _by_name.end(): no method with name '${name}'",
  23.           "data": {
  24.             "name": "get_grouped_limit_orders",
  25.             "api": [
  26.               [
  27.                 "asset",
  28.                 7
  29.               ],
  30.               [
  31.                 "block",
  32.                 1
  33.               ],
  34.               [
  35.                 "crypto",
  36.                 6
  37.               ],
  38.               [
  39.                 "database",
  40.                 3
  41.               ],
  42.               [
  43.                 "debug",
  44.                 9
  45.               ],
  46.               [
  47.                 "history",
  48.                 4
  49.               ],
  50.               [
  51.                 "login",
  52.                 0
  53.               ],
  54.               [
  55.                 "network_broadcast",
  56.                 2
  57.               ],
  58.               [
  59.                 "network_node",
  60.                 5
  61.               ],
  62.               [
  63.                 "orders",
  64.                 8
  65.               ]
  66.             ]
  67.           }
  68.         },
  69.         {
  70.           "context": {
  71.             "level": "warn",
  72.             "file": "websocket_api.cpp",
  73.             "line": 125,
  74.             "method": "on_message",
  75.             "hostname": "",
  76.             "thread_name": "th_a",
  77.             "timestamp": "2018-07-19T15:37:25"
  78.           },
  79.           "format": "",
  80.           "data": {
  81.             "call.method": "call",
  82.             "call.params": [
  83.               1,
  84.               "get_grouped_limit_orders",
  85.               [
  86.                 "1..3.0",
  87.                 "1.3.113",
  88.                 60,
  89.                 null,
  90.                 10
  91.               ]
  92.             ]
  93.           }
  94.         }
  95.       ]
  96.     }
  97.   }
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement