---
title: "Returns list of liquid staking pools"
method: GET
path: "/v1/liquid_staking_pools"
tags: ["Entity"]
---

# Returns list of liquid staking pools

`GET /v1/liquid_staking_pools`

## Response `200`

List of liquid staking pools

- ApiLiquidStakingPool[]
  - `protocol` string, required
  - `address` string, required
  - `base_token` ApiToken, required
    - `address` ApiTokenAddress, required
      - `blockchain` string, required
      - `address` string, required
    - `metadata` ApiTokenMetadata, required
      - `name` string, required
      - `symbol` string, required
      - `decimals` integer, required
      - `image_url` string
      - `listed` boolean, required
      - `verification` 'whitelisted' | 'blacklisted' | 'community' | 'unknown', required
  - `liquid_token` ApiToken, required
    - `address` ApiTokenAddress, required
      - `blockchain` string, required
      - `address` string, required
    - `metadata` ApiTokenMetadata, required
      - `name` string, required
      - `symbol` string, required
      - `decimals` integer, required
      - `image_url` string
      - `listed` boolean, required
      - `verification` 'whitelisted' | 'blacklisted' | 'community' | 'unknown', required
  - `supports_tx_building` boolean, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/fd1067547679/schema)
