Skip to main content
GET
Get exchange connection status
Whether the wallet has a live connection to this exchange. Not connected is a 200 with connected: false, not an error — poll it to drive the connect button.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Path Parameters

exchange
enum<string>
required
Available options:
coinbase

Query Parameters

wallet
string
required
Pattern: ^0x[a-fA-F0-9]{40}$

Response

The connection status.

connected
boolean
required
connected_at
string<date-time> | null
required
exchange
string
required
id
string<uuid> | null
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$