v1
latestOpenAPI 3.0.02026-07-22243670.8 KBOffers
Allow a wallet address for an offer
post/v1/offers/{offer_id}/allow-wallet
Path parameters
offer_idstring required
The ID of the offer
Request body
Example request
{
"chain": "ethereum_sepolia",
"signature": "0xdeadbeef",
"wallet_address": "0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
}Response
Successful response.