---
title: "List the user's connected wallets for an offer option"
method: GET
path: "/v1/offers/{offer_id}/addresses"
tags: ["Offers"]
---

# List the user's connected wallets for an offer option

`GET /v1/offers/{offer_id}/addresses`

## Path parameters

- `offer_id` string, required

## Query parameters

- `offer_option_id` string, required

## Response `200`

Successful response.

- object
  - `data` OfferOptionAddress[], required
    - `address` string, required — The connected external wallet address.
    - `created_at` string, date-time, required — When the binding was created.
    - `id` string, required — Unique identifier for the object.
    - `offer_option_id` string, required — The ID of the offer option.
    - `protocol` 'ethereum' | 'solana', required — The protocol the binding is scoped to. An EVM address binds once per option regardless of which EVM chain proved ownership.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value.
  - `starting_after` string — String representing the page cursor to used for querying the next page.
  - `starting_before` string — String representing the page cursor to used for querying the previous page.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/coinlist/apis/frontline-api.md) · [All operations](https://skmtc.dev/coinlist/apis/frontline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinlist/frontline-api/revisions/fa411ea1bdfb/schema)
