v1

latestOpenAPI 3.0.02026-07-22243670.8 KB
Offers

List the user's connected wallets for an offer option

get/v1/offers/{offer_id}/addresses

Path parameters

offer_idstring required

The ID of the offer

Query parameters

offer_option_idstring required

The ID of the offer option

Response

Successful response.

object'list' required

String representing the object's type. Objects of the same type share the same value.

starting_afterstring

String representing the page cursor to used for querying the next page.

starting_beforestring

String representing the page cursor to used for querying the previous page.

Example response

{
  "data": [
    {
      "created_at": "2025-01-01T00:00:00.000000Z",
      "id": "05edea81-98a7-4582-aa7c-040d57cb1858",
      "offer_option_id": "05edea81-98a7-4582-aa7c-040d57cb1858"
    }
  ],
  "starting_after": "g3QAAAA...",
  "starting_before": "g3QAAAA..."
}