Get Exchange Rate
Returns the stored exchange rate for the given source_currency and dest_currency from the exchange_rates table. Requires the read permission on the API key. Both parameters must be valid currency codes in Wallbit. If both codes are identical, the response returns a rate of 1.0 with updated_at null (no database row required). If the pair does not exist in the table, the API responds with 404.
Documentation Index
Fetch the complete documentation index at: https://developer.wallbit.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
Query Parameters
Source currency code (must exist in Wallbit currencies)
"ARS"
Destination currency code (must exist in Wallbit currencies)
"USD"
Response
Exchange rate found, or identity pair (rate 1.0)
Exchange rate row exposed by the public API

