We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To help reduce platform load, please use https://api.bitfinex.com/v2/conf/pub:list:currency,pub:map:currency:label,pub:map:currency:unit,pub:list:pair:exchange
instead of v1 legacy request in https://github.com/bitfinexcom/bfx-api-node-rest/blob/master/lib/rest2.js#L858
The text was updated successfully, but these errors were encountered:
@gasolin this would change the returned data for symbol details; currently this is the structure:
{ "pair": "eususd", "price_precision": 5, "initial_margin": "30.0", "minimum_margin": "15.0", "maximum_order_size": "30000.0", "minimum_order_size": "2.0", "expiration": "NA", "margin": false }
Can you confirm this is OK?
Sorry, something went wrong.
I think its not right to return different things that broken the existing integration.
If provide equivalent through v2 API is not possible, maybe it worths to create an alternative v2 API (if make sense)
@gasolin makes sense, I will forward internally
Pending backend update.
f3rno
No branches or pull requests
To help reduce platform load, please use https://api.bitfinex.com/v2/conf/pub:list:currency,pub:map:currency:label,pub:map:currency:unit,pub:list:pair:exchange
instead of v1 legacy request in https://github.com/bitfinexcom/bfx-api-node-rest/blob/master/lib/rest2.js#L858
The text was updated successfully, but these errors were encountered: