curl --request GET \
--url https://api.example.com/api/v1/wallet/connected \
--header 'Authorization: Bearer <token>'{
"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 \
--header 'Authorization: Bearer <token>'{
"connected": true
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?