v1
latestOpenAPI 3.0.02026-07-22243670.8 KBOffers
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.
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..."
}