| Developer API
Data Export |
Charts |
Gadgets
MH Finance provides its data freely to anyone who is reponsible is requesting the data through this API. Anyone who does not adhear to the API guidelines will be revoked from accessing the server.
API AddressAll calls should be made to the following address using a HTTP GET request:
http://seventreeweb.com/mousehunt/api
Example
http://seventreeweb.com/mousehunt/api?method=data.current
OutputCurrently, the output of all API calls are XML formatted. JSON may be made available in the future. QuotaA client may make no more than 100 calls to the API per hour. If the quota is exceeded, the client will have to wait one hour before trying to make another call. Required Parameters
Methodsdata.currentThis method gives the most current average price of SB+, the closing price from the previous day, the change in price from the previous day, the volume of cheese traded, the high and low prices for the day, the thirty day high and low prices, and the last time it was updated. Parameters [None]data.historyThis method returns a list of prices, average price, and volume for a given amount of time. The default is 30 days. Parameters
Error Codes
|