Skip to content

Commit

Permalink
docs: Improve wording for untradeable pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 21, 2024
1 parent 4a62199 commit 33614d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,9 @@ Common arguments:
```

By default, only active pairs/markets are shown. Active pairs/markets are those that can currently be traded
on the exchange. The see the list of all pairs/markets (not only the active ones), use the `-a`/`-all` option.
Pairs may be listed as untradeable if:

* the exchange precisionMode is set to tick size (see https://github.com/ccxt/ccxt/wiki/Manual#precision-mode)
* the smallest tradeable price for the market is very small, i.e. less than `1e-11` (`0.00000000001`)
By default, only active pairs/markets are shown. Active pairs/markets are those that can currently be traded on the exchange.
You can use the `-a`/`-all` option to see the list of all pairs/markets, including the inactive ones.
Pairs may be listed as untradeable if the smallest tradeable price for the market is very small, i.e. less than `1e-11` (`0.00000000001`)

Pairs/markets are sorted by its symbol string in the printed output.

Expand Down

0 comments on commit 33614d8

Please sign in to comment.