[Deribit] Errors if set sandbox mode
See original GitHub issue- OS: macOS 10.14.5
- Programming Language version: Node.js
- CCXT version: 1.18.538
- Exchange: Deribit
- Method: Exchange.setSandboxMode()
Something wrong happens when I use Deribit’s testnet
const api = ccxt.deribit(options)
api.setSandboxMode()
await api.fetchBalance()
deribit GET [object Object]/api/v1/private/account only absolute urls are supported
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Deribit API
Deribit API v2.1.1; Overview. Naming; Rate Limits. JSON-RPC. Request messages; Response messages; Detailed response for private/cancel_all* and ...
Read more >Exchanges — ccxt 2.4.71 documentation
The ccxt library is a collection of available crypto exchanges or exchange classes. ... setSandboxMode (true) // enable sandbox mode.
Read more >cryptofeed - PyPI
Handles multiple cryptocurrency exchange data feeds and returns normalized and standardized results to client registered callbacks for events like trades, book ...
Read more >Market Data - Starter Guide – CoinAPI.io Reference
However, if you decide to create your own implementation or to change existing one, ... Error message is returned in JSON structured like...
Read more >Utility Sub-commands - Freqtrade
Besides the Live-Trade and Dry-Run run modes, the backtesting , edge and hyperopt ... These subcommands have same usage and same set of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep, that code is working)
Value of
this.urls['api']
in deribit.sign()