Created
April 4, 2021 10:25
-
-
Save ghamarian/79c8465ff07a95ca672e7c1fb6d41aed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "symbol": "ETHBTC", | |
| "status": "TRADING", | |
| "baseAsset": "ETH", | |
| "baseAssetPrecision": 8, | |
| "quoteAsset": "BTC", | |
| "quotePrecision": 8, | |
| "orderTypes": ["LIMIT", "MARKET"], | |
| "icebergAllowed": false, | |
| "filters": [ | |
| { | |
| "filterType": "PRICE_FILTER", | |
| "minPrice": "0.00000100", | |
| "maxPrice": "100000.00000000", | |
| "tickSize": "0.00000100" | |
| }, { | |
| "filterType": "LOT_SIZE", | |
| "minQty": "0.00100000", | |
| "maxQty": "100000.00000000", | |
| "stepSize": "0.00100000" | |
| }, { | |
| "filterType": "MIN_NOTIONAL", | |
| "minNotional": "0.00100000" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment