GET
/
api
/
{accountId}
/
connections
[
  {
    "id": "1234567890",
    "type": "EVM",
    "status": "connected",
    "chainId": "1",
    "address": "0x1234567890123456789012345678901234567890",
    "lastSyncedAt": "2024-10-08T18:56:13.862Z",
    "createdAt": "2024-10-08T18:56:13.862Z",
    "updatedAt": "2024-10-08T18:56:13.862Z"
  }
]

Path Parameters

accountId
string
required

Account ID

Example:

"1234567890"

Response

200
application/json

Retrieve the account connections

The response is of type object[].