---
title: "List account connections"
method: GET
path: "/v2/account-connections"
tags: ["Account Connections"]
---

# List account connections

`GET /v2/account-connections`

Returns the list of account connections for the caller workspace.

## Query parameters

- `cursor` string
- `size` number

## Response `200`

- SearchAccountConnectionsResponseDto
  - `items` AccountConnectionDto[], required
    - `id` string, required
    - `name` string, 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_data` object, required — Non-sensitive public metadata
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `meta` CursorMetaDto, required
    - `next_cursor` string, nullable — Opaque string cursor pointing to the next page of results. null if there is no next page.
    - `previous_cursor` string, nullable — Opaque string cursor pointing to the previous page of results. null if there is no previous page.
    - `first_page_cursor` string — Opaque string cursor pointing to the very first page in the entire dataset with respect to the current filter.
    - `last_page_cursor` string, nullable — Opaque string cursor pointing to the very last page in the entire dataset with respect to the current filter.
    - `total_count` number, nullable — Total number of results.
    - `page_number` number — Current page number.

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/versions/9926df2e476d/schema)
