cURL
curl --request GET \ --url https://openapiv1.coinstats.app/wallet/status \ --header 'X-API-KEY: <api-key>'
{ "status": "syncing" }
API key needed to access the endpoints. Example: 'demo-api-key'
The identifier of connection, which you received from /wallet/blockchains call response.
Get wallet sync status
The response is of type object.
object
Was this page helpful?