Dibi Fetch API v1
Get all assets id with names:
/api/v1/all_assets
It returns a json file with the list of assets with their 'id' and 'name'.
It also provides the global volume weighted average price.
Get all prices for an asset:
/api/v1/asset/[id]
It returns a json file with all prices for the different pairs and the
corresponding volume weighted averages.
FOR BACKWARD COMPATIBILITY ONLY: Get markets:
/api/v1/markets
It returns a json file such as the one previously available on
vipcrates.zelcore.io/markets. Please change to use one of the two
API calls above.
FOR BACKWARD COMPATIBILITY ONLY: Get rates:
/api/v1/rates
It returns a json file such as the one previously available on
vipcrates.zelcore.io/rates. Please change to use one of the two
API calls above.
Rate limit:
Prices are updated about every 3 minutes, thus calls to Dibi Fetch API will
be limited to maximum 2 calls every minute per client.