Skip to main content
GET
/
api
/
v1
/
wallet
/
connected
Check server connection
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.

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

Returns whether the wallet is connected to an Ark server

connected
boolean
required

Whether the wallet is currently connected to its Ark server