Meta Data Endpoints

General Endpoints

Health Check

GET /api/v0/health-check

Check if your DeSo node is synced

Parameters:

None

Response:

If node is synced and received all transactions.

200

Get Exchange Rate

GET /api/v0/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.

Name

Type

Description

PublicKeyBase58Check

string

(optional) check public key

Response

Last updated

Was this helpful?