Overview
The conversion endpoint allows you to convert between AUD and other supported currencies. This endpoint requires authentication and is subject to your plan’s monthly quota.This endpoint requires authentication. Get your API key to start making requests.
Authentication
Bearer token with your API key: 
Bearer your_api_key_hereRequest
Parameters
Source currency code (any supported currency)
Target currency code (any supported currency except TWI)
Amount to convert (positive number)
Example Requests
Response
Always 
true for successful conversionsAlways 
true for free tier conversions (distinguishes from authenticated endpoint)Echo of the conversion parameters used
Source currency code
Target currency code
Amount that was converted
Information about the exchange rate used
Exchange rate used for conversion (from currency per to currency) with precision varying by currency (up to 6 decimal places for most, whole numbers for IDR/VND as provided by RBA)
Date of the exchange rate used (YYYY-MM-DD format)
Converted amount rounded to 4 decimal places
Rate Limiting
The free conversion endpoint has strict rate limiting to ensure fair usage:Limits
- 3 requests per hour per IP address
- Limit resets every hour (not rolling)
- Based on client IP address
- Applies only to the free /convertendpoint
Rate Limit Headers
Every response includes rate limit information:| Header | Description | 
|---|---|
| X-RateLimit-Limit | Maximum requests allowed per window (3) | 
| X-RateLimit-Remaining | Requests remaining in current window | 
| X-RateLimit-Window | Window duration in seconds (3600 = 1 hour) | 
| X-RateLimit-Reset | When the current window resets | 
Rate Limit Exceeded
When you exceed the limit:Limitations
Cross-Currency Support
Free conversions support all currency pairs:TWI Restriction
Trade-Weighted Index (TWI) cannot be used for conversions:Latest Rates Only
Free conversions only use the latest available rates. Historical conversion requires an authenticated account.Error Responses
Invalid Currency (400)
TWI Conversion (400)
Invalid Amount (400)
Missing Parameters (400)
Method Not Allowed (405)
Upgrade to Unlimited
For production use, unlimited conversions, and additional features:Get API Key
Sign up for free and get 300 requests/month
View Plans
Compare paid plans with higher quotas
Free Tier Use Cases
The free conversion endpoint is perfect for:1. Testing & Development
2. Demos & Prototypes
3. Educational Projects
Perfect for learning about APIs, HTTP requests, and currency conversion logic without needing to sign up for accounts.Production Usage: While the free tier is great for testing, production applications should use authenticated endpoints for reliability and higher limits.
Authorizations
API key authentication using Bearer token
Query Parameters
Source currency code
Available options: 
AUD, USD, EUR, GBP, JPY, CNY, KRW, INR, SGD, NZD, THB, MYR, IDR, VND, HKD, PHP, CAD, CHF, TWD, TWI, SDR Target currency code
Available options: 
AUD, USD, EUR, GBP, JPY, CNY, KRW, INR, SGD, NZD, THB, MYR, IDR, VND, HKD, PHP, CAD, CHF, TWD, TWI, SDR Amount to convert
Required range: 
x > 0Historical date for conversion (YYYY-MM-DD). Requires authentication.

