We have a simple JSON API, composed of two verbs:
This accepts two required parameters, currency code, and amount.
Example: http://btctox.org/api/tobtc?amount=10¤cyCode=ILS
This accepts two required parameters, currency code, and amount.
Example: http://btctox.org/api/frombtc?amount=10¤cyCode=ILS
Like tobtc, only it returns a weighted average price, according to the last 1, 7 or 30 days.
This accepts three required parameters, currency code, amount and period.
Example: http://btctox.org/api/tobtcweighted?amount=10¤cyCode=ILS&period=7d
Like frombtc, only it returns a weighted average price, according to the last 1, 7 or 30 days.
This accepts three required parameters, currency code, amount and period.
Example: http://btctox.org/api/frombtcweighted?amount=10¤cyCode=ILS&period=7d