Last updated 17 days ago
Was this helpful?
Convert amount from currency to ByteChips
/exchange_rate
curl -L \ --url 'https://api.bytenite.com/v1/wallet/exchange_rate' \ --header 'Authorization: YOUR_API_KEY'
{ "currency": "text", "currencyAmount": "text", "exchangeRate": 1, "amount": 1 }