Allow a wallet address for an offer
Authorizations
OAuth 2.0 authorization and token endpoints
Path Parameters
The ID of the offer
Body
Allow wallet params
Verifies wallet ownership via a previously generated challenge, then checks if the wallet is already allowed for the offer. If already allowed, returns 200 with an empty JSON object. Otherwise starts the supplier verification process and returns an encoded transaction to broadcast.
The blockchain network the wallet belongs to.
ethereum_sepolia, base_sepolia, solana_devnet, ethereum_mainnet, base_mainnet, solana_mainnet "ethereum_sepolia"
The cryptographic signature of the challenge message.
"0xdeadbeef"
The wallet address to verify. For EVM chains, must be a valid Ethereum address (normalized to lowercase).
"0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
Response
Successful response.
- AllowWalletBroadcastTransactionResponse
- AllowWalletAlreadyAllowedResponse