Skip to content

Instantly share code, notes, and snippets.

@ghamarian
Created April 4, 2021 10:25
Show Gist options
  • Select an option

  • Save ghamarian/79c8465ff07a95ca672e7c1fb6d41aed to your computer and use it in GitHub Desktop.

Select an option

Save ghamarian/79c8465ff07a95ca672e7c1fb6d41aed to your computer and use it in GitHub Desktop.
{
"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