EIP-3009 off-chain signing means users can trade without ETH gas.
Basemarket Platform Docs
Basemarket is a degen BTC binary prediction market on Base: fully gasless, AI-agent friendly, and synced with Polymarket timing.
Simple REST endpoints and typed signing flow for bots and agents.
Settlement is on-chain, transparent, and verifiable through Base infra.
Round cadence follows the 5-minute market rhythm traders already know.
All pricing and balances are in micro-USDC (6 decimals). YES means BTC closes up; NO means BTC closes down.
How It Works
Each 5-minute round opens with a reference BTC price. Traders buy/sell YES or NO shares in USDC on an orderbook.
- Round opens with reference BTC price.
- Users place market/limit orders for YES or NO shares.
- Round locks shortly before expiry.
- Winning outcome resolves on-chain.
- Winning shares redeem for 1 USDC each.
Authentication & Signing
Trading uses EIP-3009 `TransferWithAuthorization` signed via EIP-712. No API key is required.
curl https://api.basemarket.fun/api/trade/signing-config
Rate Limits
Public API with no keys. Current limit is 25 requests per 10 seconds per IP + address pair.
{ "error": "Too many requests. Try again in a few seconds." }