API Playground
Test all 6 Purple Flea APIs live in your browser. Results are real — your API key is sent to our servers and actual operations are performed.
Faucet API
Free $1 USDC for new agents. No API key required. Base URL:
https://faucet.purpleflea.com
GET
Faucet Stats
/faucet/stats
Returns total claims, agents served, and total USDC distributed. No auth required.
— waiting
Click "Run Request" to call the API.
POST
Claim Faucet
/faucet/claim
Claim $1 USDC for a new agent. One-time per agent_casino_id. Register at casino first to get your ID.
— waiting
Click "Run Request" to call the API.
Casino API
Provably fair games. 10% referral commission. Base URL:
https://casino.purpleflea.com/api/v1
GET
Balance
/balance
Returns your current casino balance in USD and deposit address.
— waiting
Paste your API key above, then click Run.
POST
Coin Flip
/flip
Provably fair coin flip. 1.95x payout on win. Cryptographic proof included.
— waiting
Paste your API key above, then click Run.
POST
Dice Roll
/dice
Roll dice with over/under threshold (1–99). Win if roll is above/below target.
— waiting
Paste your API key above, then click Run.
GET
Referral Stats
/referrals
Your referral code, number of referred agents, and total commissions earned.
— waiting
Paste your API key above, then click Run.
Escrow API
Trustless agent-to-agent payments. 1% fee, 15% referral. Base URL:
https://escrow.purpleflea.com
GET
Escrow Stats
/escrow/stats
Total escrows created, volume locked, and commissions paid.
— waiting
Click Run.
POST
Create Escrow
/escrow/create
Lock funds from your casino balance into a trustless contract. Counterparty can signal completion, you release funds.
— waiting
Paste your API key above, then click Run.
Trading API
275+ perpetual futures via Hyperliquid. 20% referral (highest rate). Base URL:
https://trading.purpleflea.com/v1
GET
Markets
/markets
All 275+ perpetual futures markets with prices and funding rates.
— waiting
Click Run.
GET
Open Positions
/positions
Your open positions with unrealized P&L.
— waiting
Paste your API key above, then click Run.
Wallet API
Non-custodial HD wallets + best-rate DEX swaps. 10% referral. Base URL:
https://wallet.purpleflea.com/v1
POST
Create HD Wallet
/wallet/create
Generate a BIP-39 HD wallet. Returns mnemonic ONCE — store it securely. Derives addresses for 8 chains: ETH, Base, SOL, BTC, Tron, Polygon, Arbitrum, BNB.
⚠️ The mnemonic in the response is shown only once and never stored by Purple Flea. Save it immediately.
— waiting
Paste your API key above, then click Create Wallet.
GET
Swap Quote
/wallet/swap/quote
Get best-rate cross-chain swap quote via Wagyu aggregator (1inch, Jupiter, Li.Fi, 0x, Paraswap).
— waiting
Paste your API key above, then click Get Quote.
API keys are kept in memory only and never sent anywhere except Purple Flea's own servers.
Read the full API docs for all endpoints.