Skip to main content
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

x-access-id
string
header
required

Basic (Access ID) authentication. Only the x-access-id header is required; no request signing.

Headers

x-access-id
string
required

Your API access ID provided by Tender

Path Parameters

coin
string
required

Coin identifier (e.g., bitcoin, ethereum)

Query Parameters

currency
string

Target currency (e.g., ngn, usd)

Response

200 - application/json

Exchange rate retrieved successfully

status
string
message
string
data
object