The best API Solution to Keep Updated With Gold Market
var myHeaders = new Headers();
myHeaders.append("access-token", "YOUR_API_ACCESS_TOKEN");
myHeaders.append("Content-Type", "application/json");
myHeaders.append("base", "USD");
var requestOptions = {
method: 'GET',
headers: myHeaders,
redirect: 'follow'
};
fetch("https://g.metalsplatform.com/api/XAU", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));
curl -i -X GET \
-H "access-token: YOUR_API_ACCESS_TOKEN" \
-H "base:USD" \
'https://g.metalsplatform.com/api/XAU'




Get started now



Pricing

Free
$0.00
  • 200 API calls/mo
  • 24 Hour updates
Starter
$95   Yearly
  • 30,000 API calls/year
  • 24 Hour updates
Basic
$175   Yearly
  • 60,000 API calls/year
  • 24 Hour updates
Professional
$345   Yearly
  • 300,000 API calls/year
  • 24 Hour updates
Professional Plus
$595   Yearly
  • 2,000,000 API calls/year
  • 24 Hour updates
Premium
$975   Yearly
  • Unlimited calls/year
  • 24 Hour updates