Fetch Exchange Rates
System
Fetch Exchange Rates
Get current exchange rate for a cryptocurrency
GET
Fetch Exchange Rates
Auth method: Basic (Access ID) — this endpoint only requires your
x-access-id header. No request signing is needed. See
Authentication.Path Parameters
string
required
Coin identifierExample:
"bitcoin"Query Parameters
string
Target fiat currency code (optional)Example:
"ngn"Headers
string
required
Your API access ID provided by TenderExample:
"your-access-id-here"Response
string
required
Status of the API requestExample:
"success"string
required
Human-readable message describing the resultExample:
"success"object
required
Exchange rate information for the requested coin
Authorizations
Basic (Access ID) authentication. Only the x-access-id header is required; no request signing.
Headers
Your API access ID provided by Tender
Path Parameters
Coin identifier (e.g., bitcoin, ethereum)
Query Parameters
Target currency (e.g., ngn, usd)