Meta Data Endpoints
General Endpoints
Health Check
Check if your DeSo node is synced
Parameters:
None
Response:
If node is synced and received all transactions.
Get Exchange Rate
Get DeSo exchange rate, total amount of nanos sold, and Bitcoin exchange rate.
Parameters:
None
Response:
Get App State
Get state of DeSo App, such as cost of profile creation and diamond level map. Example use in the frontend and endpoint implementation in backend.
Parameters
None; however, you need to send an empty JSON { }
. Otherwise, you will get 400 - Bad Request. More info on the request here.
Response
Last updated