Requests are made using standard HTTP and responses are returned in JSON format.
https://aeonfunding.com/api/v1/convert/aeon-usd
AEON to USD conversion. Data is pulled from Bittrex.com and CoinMarketCap.com
Example:curl -vvX GET 'https://aeonfunding.com/api/v1/convert/aeon-usd?amount=1000'Response:
{"usd": 729.82}
https://aeonfunding.com/api/v1/proposals
Proposal listing.
Parameters:status
: the proposal status, from 0 to 5. Default is 1.limit
: limit results. Default is 20.offset
: offset results. Default is 0.curl -vvX GET 'https://aeonfunding.com/api/v1/proposals?offset=0&limit=1&status=2'Response:
{ { "data": [ { "addr_donation": "XnYwVf3coXSCvQAjzzTKJEeMWxzCMUbzQbA3kZsqPoieR1xYW7RxbLjjLGmZLDwXc6hsNGDwWeyMTDxNL8AYHVjH1WCD8dmHy", "category": "marketing", "content_markdown": "elite cam = good cam! :D \nwords left to go = 20\nso many more to go.\nwatch that word counter go up !", "date_posted": "Aug 28 2018 02:46:05", "date_posted_epoch": "1535424365", "funded_pct": 0.0, "funds_target": 1.0, "headline": "cam fixed the funds_target issue", "id": 19, "status": 2, "user": "camthegeek" } ] } }