Currency Stone

Integrate our currency stone(API) to your applications seamlessly with the following simple documentation. Require more features to the currency stone? leave a message and our developers will be more than happy to add such functionalities.

1USD to CAD

1.26CAD

Test Stone

Copy endpoint and paste here to run a quick test.




        

Documentation

https://v1.thanosapi.com/

GET/POST
Convert

Get the exchange rate between two currency. Limit: 10000 calls in 1 hours

/currency/convert/?from=USD&to=CAD&amount=1&key=YOUR_API_KEY
(str) key* Your API key. (Mandatory)
(str) from* Enter 3 digit country currency code or Crypto currency code. (Mandatory)
(str) to* Enter 3 digit country currency code or Crypto currency code.. (Mandatory)
(int) amount* Enter amount to convert. (Mandatory)
                {"success":true,"message":"","quota_left":10000,"query":{"amount":"1","from":"usd","to":"cad","route":"currency/convert"},"rate":1.26,"convert":1.26,"time_taken":0.00087,"timestamp":1618019402}
                
GET/POST
Rates

Get the exchange rate with a base currency. Limit: 200 calls in 1 hours

/currency/rates/?base=USD&rates=CAD,EUR,PHP&key=YOUR_API_KEY
(str) key* Your API key. (Mandatory)
(str) base* Currency to use as base for exchange rate. (Mandatory)
(str) rates Option a list of currency to convert to. Seperate each currency with a comma (,)
Omitting rates will return all currencies converted to base currency.
                {"success":true,"message":"","quota_left":4997,"base":"USD","date":"2021-04-09","rates":{"CAD":1.26,"EUR":0.85,"PHP":48.51},"query":{"base":"USD","rates":"CAD,EUR,PHP","route":"currency/rates"},"time_taken":0.00013,"timestamp":1618020479}
                
GET/POST
Usage

Get a report of how many times you used your currency stone. Limit: 10000 calls in 1 hours

/currency/usage/?page=1&per_page=20&start=2021-04-09&order=asc&key=YOUR_API_KEY
(str) key* Your API key. (Mandatory)
(int) page The page number
(int) per_page Number of result to return per page. (Max: 50)
(str) start Time frame start date of the report
(str) end Time frame end date of the report.
(str) order Return items in accending or decending order based on id. (Values: ASC, DESC)
                 {"success":true,"message":"","quota_left":9992,"requests":[{"api":"currency","domain":"v1.thanosapi.dv","request":"currency\/rates\/","time_taken":"0.00111","status":"0","log":{"success":false,"message":"No base record found for EUR today. Base records will be available in 2 minuites.","quota_left":405,"query":{"base":"eur","route":"currency\/rates\/"},"time_taken":0.00111,"timestamp":1617991776},"created_at":"2021-04-09 02:09:36","updated_at":"2021-04-09 14:09:36"},{"api":"currency","domain":"v1.thanosapi.dv","request":"currency\/rates\/","time_taken":"0.0001","status":"0","log":{"success":false,"message":"","quota_left":404,"base":"EUR","date":"2021-04-09","rates":{"AED":4.33,"AFN":91.12,"ALL":123.32,"AMD":624.31,"ANG":2.12,"AOA":738.31,"ARS":108.36,"AUD":1.54,"AWG":2.12,"AZN":2.01,"BAM":1.96,"BBD":2.38,"KES":129.34,"KGS":100.02},"status":true,"query":{"base":"eur","route":"currency\/rates\/"},"time_taken":0.0001,"timestamp":1617991797},"created_at":"2021-04-09 02:09:57","updated_at":"2021-04-09 14:09:57"},{"api":"currency","domain":"v1.thanosapi.dv","request":"currency\/usage\/","time_taken":"0.0002","status":"1","log":null,"created_at":"2021-04-09 02:13:58","updated_at":"2021-04-09 14:13:58"},{"api":"currency","domain":"v1.thanosapi.dv","request":"currency\/usage\/","time_taken":"0.00012","status":"1","log":null,"created_at":"2021-04-09 02:15:43","updated_at":"2021-04-09 14:15:43"},{"api":"currency","domain":"v1.thanosapi.dv","request":"currency\/usage\/","time_taken":"0.00013","status":"1","log":null,"created_at":"2021-04-09 02:16:49","updated_at":"2021-04-09 14:16:49"}],"query":{"page":"1","per_page":"5","start":"2021-04-07","end":"2021-04-09","route":"currency\/usage"},"time_taken":0.00011,"timestamp":1618021700}
                
Did not find a method?

Tell us about it, request a feauture our developers will be more than happy to incorporate it.

REQUEST FEAUTURE