Available Endpoints

Explore all available API endpoints and their parameters.

10 min read Last updated: 2025-06-13

Latest Rates Endpoint

Get the latest metal and currency rates.
GET /api/v1/latest?api_key=YOUR_API_KEY&base=USD&symbols=XAU,XAG,EUR

Historical Rates Endpoint

Get historical rates for a specific date.
GET /api/v1/historical/2025-01-01?api_key=YOUR_API_KEY&base=USD&symbols=XAU,XAG

Convert Endpoint

Convert amounts between different currencies and metals.
GET /api/v1/convert?api_key=YOUR_API_KEY&from=USD&to=XAU&amount=1000

Time Series Endpoint

Get time series data for analysis.
GET /api/v1/timeseries?api_key=YOUR_API_KEY&start_date=2025-01-01&end_date=2025-01-31&symbols=XAU

Available Symbols

Get a list of all available symbols.
GET /api/v1/symbols?api_key=YOUR_API_KEY

Ready for the next step?

Continue learning with our next guide:

Next: Rate Limits