curl --request GET \
--url https://api.example.com/api/v1/wallet/connected{
"connected": true
}Checks whether the wallet has an active connection to the Ark server. Returns true if the wallet can reach the server and retrieve its configuration, false otherwise. The background daemon checks the server connection every second, so this reflects the most recent known state.
curl --request GET \
--url https://api.example.com/api/v1/wallet/connected{
"connected": true
}Returns whether the wallet is connected to an Ark server
Whether the wallet is currently connected to its Ark server
Was this page helpful?