Skip to main content
POST
Create account connection

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Body

application/json
name
string
required
type
enum<string>
required
Available options:
utila,
kraken,
plaid,
squads,
coinbase,
realms,
wise,
safe,
hyperliquid,
cubist,
anchorage,
privy,
dfns
utila
object
kraken
object
plaid
object
squads
object
coinbase
object
realms
object
safe
object
wise
object
hyperliquid
object
cubist
object
anchorage
object
privy
object
dfns
object

Response

200 - application/json
id
string
required
Example:

"conn_abc123"

name
string
required
Example:

"My Utila Account"

type
enum<string>
required
Available options:
utila,
kraken,
plaid,
squads,
coinbase,
realms,
wise,
safe,
hyperliquid,
cubist,
anchorage,
privy,
dfns
Example:

"utila"

public_data
object
required

Non-sensitive public metadata

Example:
created_at
string<date-time>
required
Example:

"2026-01-01T00:00:00.000Z"

updated_at
string<date-time>
required
Example:

"2026-01-01T00:00:00.000Z"

Last modified on July 8, 2026