v1

latestOpenAPI 3.0.02026-07-22243670.8 KB
Offers

Remove a connected external wallet from an offer option

Returns the removed binding. Rejected with offer_ended once the offer has ended; bindings on an offer that has not yet started remain deletable.

delete/v1/offers/{offer_id}/addresses/{id}

Path parameters

offer_idstring required

The ID of the offer

idstring required

The ID of the offer option address

Response

Successful response.

addressstring required

The connected external wallet address.

created_atstring date-time required

When the binding was created.

idstring required

Unique identifier for the object.

offer_option_idstring 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.

Example response

{
  "created_at": "2025-01-01T00:00:00.000000Z",
  "id": "05edea81-98a7-4582-aa7c-040d57cb1858",
  "offer_option_id": "05edea81-98a7-4582-aa7c-040d57cb1858"
}