FX
Get rate by ID
Retrieve a specific FX rate by its unique identifier. Useful for looking up historical rates or validating rates used in past transactions. Returns 404 if the rate has expired or does not exist.
GET
Get rate by ID
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Path Parameters
Unique FX rate identifier (UUID format)
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
FX rate retrieved successfully
Creation timestamp
Example:
"2025-10-29T12:00:00Z"
Rate expiration timestamp
Example:
"2025-10-30T12:00:00Z"
Source currency (ISO 4217)
Example:
"EUR"
Rate ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Exchange rate (final rate including any markup)
Example:
"1760.01"
Target currency (ISO 4217)
Example:
"NGN"
Get rate by ID