question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

yunbi market api parameter is 'symbol', not market

See original GitHub issue

most of the code in yunbi market to get data from yunbi server is error,

e.g.

error code orderbook = self.publicGetDepth ({ 'market': p['id'], }) the correct code is orderbook = self.publicGetDepth ({ 'symbol': p['id'], })

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
HaoHcommented, Jul 29, 2017

thank you

0reactions
kroitorcommented, Jul 28, 2017

Thanks for your involvement, anyway! You’re very helpful!

Read more comments on GitHub >

github_iconTop Results From Across the Web

yunbi createLimitBuyOrder fail · Issue #63 · ccxt/ccxt - GitHub
{ Error: yunbi POST https://yunbi.com/api/v2/orders.json 400 Bad Request ... yunbi market api parameter is 'symbol', not market #64.
Read more >
Binance API. Duplicate values for parameter 'symbols'
You have to specify the list as a string: import requests symbols = '["KEYUSDT","BNBUSDT","ADAUSDT"]' url ...
Read more >
API Documentation - Twelve Data
Explore real time stock market data, forex, and cryptocurrency exchanges, ... All symbols should be comma delimited and provided in symbol parameter. E.g:...
Read more >
Alpaca Data API is not observing start/end query parameters
Hi Alpaca folks, It looks like the Alpaca Data API has ceased to observe the time bounding parameters start/after & end/until.
Read more >
Change Log – Huobi API Reference v1.0 - GitHub Pages
Release Time (UTC +8) API New / Update 2022.06.24 POST /v2/sub‑user/api‑key‑generation update 2022.06.17 POST /v1/dw/withdraw/api/create update 2022.01.21 GET v1/common/symbols , GET v1/common/currencys Update
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found