Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ to_array
Method
to_array
python/ccxt/base/exchange.py:1773–1774 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1771
1772
@staticmethod
1773
def
to_array(value):
1774
return
list(value.values())
if
type(value) is dict
else
value
1775
1776
def
precision_from_string(self, str):
1777
# support string formats like '1e-4'
Callers
15
fetch_markets
Method · 0.95
test_to_array
Function · 0.95
fetch_markets
Method · 0.95
filter_by_since_limit
Method · 0.95
filter_by_value_since_limit
Method · 0.95
parse_currencies
Method · 0.95
set_markets
Method · 0.95
parse_order_book_bids_asks
Method · 0.95
parse_positions
Method · 0.95
parse_adl_ranks
Method · 0.95
parse_accounts
Method · 0.95
parse_trades_helper
Method · 0.95
Calls
1
values
Method · 0.45
Tested by
1
test_to_array
Function · 0.76