Author Topic: [api problem] i use 'get_market_history', but get empty data, why?  (Read 2363 times)

0 Members and 1 Guest are viewing this topic.

Offline pqbb

  • Newbie
  • *
  • Posts: 6
    • View Profile
but my new problem is 'get_fill_order_history' not work, it return the error 'no method with name 'get_fill_order_history''
i do not know why, i connect the node by websocket

anyone can help me?

thanks a lot
get_fill_order_history is not a cli_wallet API, but a witness_node API.

thanks very much, it's really a key issue!Got it!

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
but my new problem is 'get_fill_order_history' not work, it return the error 'no method with name 'get_fill_order_history''
i do not know why, i connect the node by websocket

anyone can help me?

thanks a lot
get_fill_order_history is not a cli_wallet API, but a witness_node API.
BitShares committee member: abit
BitShares witness: in.abit

Offline pqbb

  • Newbie
  • *
  • Posts: 6
    • View Profile
but my new problem is 'get_fill_order_history' not work, it return the error 'no method with name 'get_fill_order_history''
i do not know why, i connect the node by websocket

anyone can help me?

thanks a lot

Offline pqbb

  • Newbie
  • *
  • Posts: 6
    • View Profile
resolved, it seems the time period not match  :D

Offline pqbb

  • Newbie
  • *
  • Posts: 6
    • View Profile
i connect to my full node, the other api works well, but the 'get_market_history' return empty array, i don't know why, the params i thought was correct(like below).
get_market_history BTS CNY 30 "2017-07-02T00:00:00" "2017-07-01T00:00:00"
.
(i did nothing in the config.ini file)