FX
Get FX Rate by ID
Retrieve a specific FX rate by its ID
GET
Get FX Rate by ID
Get details of a specific exchange rate using its unique identifier. This is useful for retrieving rates that were used in past transactions or for locking in a rate from a previous quote.
Authentication
Bearer token for authentication
Path Parameters
Unique identifier (UUID) of the FX rate
Response
Unique identifier for the rate (UUID)
Source currency code
Target currency code
Exchange rate (final rate including any markup)
ISO 8601 timestamp when this rate expires
ISO 8601 timestamp when this rate was created
Example Request
Example Response
Use Cases
Verifying Rates Used in Payouts
When a payout includes arateId, you can use this endpoint to verify the exact rate that was used:
Checking Rate Expiration
Before using a rate ID from a previous quote, check if it’s still valid:Error Responses
Rate not found or has expired
Unauthorized - Invalid or missing API key
Bad request - Invalid rate ID format
Get FX Rate by ID