LBank-exchange / lbank-official-api-docs

Official Documentation for the LBank
https://www.lbank.com
30 stars 20 forks source link

Empty response for transactions and orders request #22

Closed bgr11n closed 2 years ago

bgr11n commented 2 years ago

Hi! I am using an API and trying to fetch my latest orders/transactions according to this doc https://docs.lbkex.net/en/#query-history-order

But as a response I am receiving:

{"result":true, "data":{"page_length": 200, "current_page": 1}, "error_code": 0, "ts": 1640796650770}

So there is no orders key in data.

Same for transactions endpoint - https://docs.lbkex.net/en/#search-order-transaction-details

Could you please help?