v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Account Connections

Update account connection

Updates mutable connection fields. Currently supports renaming only.

patch/v2/account-connections/{id}

Path parameters

idstring required

Request body

namestring required

Example request

{
  "name": "My Kraken Trading Account"
}

Response

idstring required
namestring required
type'utila' | 'kraken' | 'binance' | 'okx' | 'bybit' | 'bitget' | 'gate' | 'kucoin' | 'plaid' | 'squads' | 'altitude' | 'coinbase' | 'realms' | 'wise' | 'safe' | 'hyperliquid' | 'cubist' | 'privy' | 'dfns' | 'anchorage' | 'revolut_business' | 'turnkey' | 'octav' required
public_dataobject required

Non-sensitive public metadata

created_atstring date-time required
updated_atstring date-time required

Example response

{
  "id": "conn_abc123",
  "name": "My Utila Account",
  "type": "utila",
  "public_data": {
    "public_key": "pk_abc123"
  },
  "created_at": "2026-01-01T00:00:00.000Z",
  "updated_at": "2026-01-01T00:00:00.000Z"
}