Exchange Rate


Get exchange rate in ByteChips for a currency

get

Convert amount from currency to ByteChips

Authorizations
Query parameters
currencyanyOptional
currencyAmountanyOptional
amountanyOptional
Responses
200
A successful response.
get
GET /v1/wallet/exchange_rate HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "currency": "text",
  "currencyAmount": 1,
  "exchangeRate": 1,
  "amount": 1
}

Last updated

Was this helpful?