Get Tether Gold (XAUT) prices for your application using this API
Get Tether Gold (XAUT) Prices for Your Application Using Metals-API
In the rapidly evolving landscape of digital assets, Tether Gold (XAUT) stands out as a unique offering that combines the stability of gold with the flexibility of cryptocurrency. For developers looking to integrate real-time gold pricing into their applications, the Metals-API provides a robust solution. This API allows you to access a wealth of data related to precious metals, including Tether Gold, enabling you to build applications that leverage market insights and analytics.
About Gold (XAU)
Gold has long been a symbol of wealth and stability, and its digital transformation is reshaping how investors interact with this precious metal. The integration of data analytics and technology in trading has opened new avenues for price discovery and investment strategies. Developers can harness the power of real-time data to create innovative applications that provide users with insights into market trends, historical performance, and price fluctuations.
The Metals-API is at the forefront of this transformation, offering developers the tools they need to access and analyze gold prices efficiently. With features that support real-time updates and historical data retrieval, the API empowers developers to create next-generation applications that cater to the needs of modern investors.
API Description
The Metals-API is a comprehensive JSON API that provides real-time and historical data for various metals, including gold, silver, platinum, and palladium. By utilizing this API, developers can access a wide range of functionalities that enhance their applications. The API supports multiple endpoints, each designed to deliver specific data types, from the latest rates to historical trends and price fluctuations.
For detailed information on how to implement the API, developers can refer to the Metals-API Documentation, which provides comprehensive guidance on usage, parameters, and response formats.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on your plan, you can receive updates every 60 minutes or every 10 minutes, ensuring you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date in the format YYYY-MM-DD. This feature is invaluable for developers looking to analyze trends over time.
- Bid and Ask Endpoint: Retrieve real-time bid and ask prices for metals, allowing you to implement features that require precise pricing information.
- Convert Endpoint: This endpoint enables currency conversion, allowing users to convert amounts from one metal to another or to/from USD. It simplifies the process of calculating values in different currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is essential for applications that require detailed historical analysis.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: Retrieve gold rates by carat, which is particularly useful for applications focused on jewelry and precious metal trading.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, helping users identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a broader context for market analysis.
- API Key: Your unique API key is required for authentication and must be included in the API base URL's access_key parameter.
- API Response: The API delivers exchange rates relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API includes 14 endpoints, each offering different functionalities to meet diverse data needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the latest information.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various endpoints and their JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1784938251,
"base": "USD",
"date": "2026-07-25",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1784851851,
"base": "USD",
"date": "2026-07-24",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2026-07-18",
"end_date": "2026-07-25",
"base": "USD",
"rates": {
"2026-07-18": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-20": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-25": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1784938251,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-18",
"end_date": "2026-07-25",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1784938251,
"base": "USD",
"date": "2026-07-25",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1784938251,
"base": "USD",
"date": "2026-07-25",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Integrating Tether Gold (XAUT) pricing into your application can significantly enhance user experience and provide valuable insights into the precious metals market. The Metals-API offers a powerful suite of tools that enable developers to access real-time and historical data, analyze trends, and implement innovative features. By leveraging the various endpoints available, you can create applications that not only meet user needs but also adapt to the dynamic nature of the financial markets.
For further exploration, developers are encouraged to review the Metals-API Documentation for detailed guidance on implementation and best practices. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available symbols, ensuring you have the necessary resources to build robust applications.