Messtone LLC Manages(Metals):Metalprice API

Messtone Devices Enables Metalpriceapi.com Method 1: https://api.metalpriceapi.com/v1/latest?api_key=API_KEY Method 2: curl https://api.metalpriceapi.com/v1/latest\-H ‘X-API-KEY: MESSTONE_API_KEY’\-H ‘Content-Type:application/json’ API Features // “symbols” – get list of all supported currencies https://api.metalpriceapi.com/v1/symbols // “latest” – get real-time exchange rate data for all available/specific currencies https://api.metalpriceapi.com/v1/latest // “historical” – get historical rates for a specific day https://api.metalpriceapi.com/v1/2023-12-03 // “convert” – convert one currency to another based on real-time or historic exchange rate data https://api.metalpriceapi.com/v1/convert?from=USD&to=XAU&amount=100 // “timeframe” – request exchange rates for a specific period of time https://api.metalpriceapi.com/v1/timeframe?start_date=2021-01-01&end_date=2021-05-01 // “change” – request any currency change parameters(margin,percentage)https://api.metalpriceapi.com/v1/change?base=XAU&start_date=2021-01-01&end_date=2021-05-01 // “carat” – request gold prices by Carat https://api.metalpriceapi.com/v1/carat

Leave a comment