GET
/
wallet
/
status
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/wallet/status \
  --header 'X-API-KEY: <api-key>'
{
  "status": "syncing"
}
3 credits per request
Returns the syncing status of the provided wallet address with the blockchain network.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

address
string
required
connectionId
string
required

The identifier of connection, which you received from /wallet/blockchains call response.

Response

200
application/json

Get wallet sync status

The response is of type object.