v1

latestOpenAPI 3.0.02026-07-22243670.8 KB
Offers

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

chain'ethereum_sepolia' | 'base_sepolia' | 'solana_devnet' | 'ethereum_mainnet' | 'base_mainnet' | 'solana_mainnet' required

The blockchain network the wallet belongs to.

signaturestring required

The cryptographic signature of the challenge message.

wallet_addressstring required

The wallet address to verify. For EVM chains, must be a valid Ethereum address (normalized to lowercase).

Example request

{
  "chain": "ethereum_sepolia",
  "signature": "0xdeadbeef",
  "wallet_address": "0x742d35cc6634c0532925a3b844bc9e7595f0beb1"
}

Response

Successful response.

OR