Skip to content
New issue

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

Need a possibility to understand, through api, if fiat is present in current deployment #1021

Closed
ec opened this issue May 2, 2018 · 1 comment

Comments

@ec
Copy link

ec commented May 2, 2018

No description provided.

@yivo
Copy link

yivo commented May 4, 2018

@mafarain I think you can use /api/v2/fees/deposit as temporary solution.

It returns ```
[{"currency":"uah","type":"fiat","fee":{"type":"fixed","value":"1.0"}},{"currency":"btc","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"xrp","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"bch","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"ltc","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"dashd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"ethd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"usd","type":"fiat","fee":{"type":"fixed","value":"1.0"}},{"currency":"btcd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"xrpd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"bchd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"ltcd","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"eur","type":"fiat","fee":{"type":"fixed","value":"1.0"}},{"currency":"eth","type":"coin","fee":{"type":"fixed","value":"0.0"}},{"currency":"trstd","type":"coin","fee":{"type":"fixed","value":"0.0"}}]


You can collects values of `type` and check if any currency is fiat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants