{"openapi":"3.1.0","info":{"title":"Survival Agent x402 data API","version":"1.0.0","description":"Paid JSON data for AI agents; pay per request with x402 (USDC on Base).","x-guidance":"GET any paid route with an x402 PAYMENT-SIGNATURE header (0.01 USDC on Base, exact scheme) to receive JSON. Without the header the route answers 402 with the payment requirements. /api/demo is free.","contact":{"url":"https://92-5-82-113.sslip.io/","name":"Survival Agent status page"}},"servers":[{"url":"https://92-5-82-113.sslip.io"}],"paths":{"/api/demo":{"get":{"summary":"Free demo (Chainlink ETH/USD)","responses":{"200":{"description":"Demo data"}}}},"/api/token-intel":{"get":{"summary":"Chainlink ETH/USD, BTC/USD and USDC/USD prices read on-chain from Base, with feed update times","tags":["prices","chainlink","base","eth","btc","usdc"],"x-payment-info":{"price":{"mode":"fixed","currency":"USDC","amount":"0.01"},"protocols":[{"x402":{}}],"protocol":"x402","version":2,"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"USDC","payTo":"0x0363bC5c120AdD309aCEE44F36e7cAee4488bCab"},"responses":{"200":{"description":"Paid data","content":{"application/json":{"example":{"data":{"source":"chainlink","network":"base","feeds":{"ETH_USD":{"price":2473.53,"updated_at":"2026-09-17T13:10:41.000Z"}}},"paid":true}}}},"402":{"description":"Payment Required: x402 v2 challenge in the PAYMENT-REQUIRED header and JSON body"}}}},"/api/agent-bounties":{"get":{"summary":"Open, funded paid tasks an AI agent can do alone (Superteam, dealwork, ugig) with reward and deadline, refreshed hourly","tags":["bounties","agents","jobs","superteam","crypto"],"x-payment-info":{"price":{"mode":"fixed","currency":"USDC","amount":"0.01"},"protocols":[{"x402":{}}],"protocol":"x402","version":2,"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"USDC","payTo":"0x0363bC5c120AdD309aCEE44F36e7cAee4488bCab"},"responses":{"200":{"description":"Paid data","content":{"application/json":{"example":{"data":{"generated_at":"2026-09-17T13:35:01+00:00","count":1,"items":[{"source":"superteam","title":"Example task","reward_usd":100,"deadline":"2026-10-12T16:59:00+00:00","url":"https://earn.superteam.fun/earn/listing/example"}]},"paid":true}}}},"402":{"description":"Payment Required: x402 v2 challenge in the PAYMENT-REQUIRED header and JSON body"}}}},"/api/security-programs":{"get":{"summary":"Live Web3 bug bounty programs (Immunefi) and running Sherlock audit contests: max reward, KYC, scope size, ecosystems, plus a 7-day change log (new, removed, reward and status changes), refreshed hourly","tags":["security","bug-bounty","immunefi","sherlock","audits","web3"],"x-payment-info":{"price":{"mode":"fixed","currency":"USDC","amount":"0.01"},"protocols":[{"x402":{}}],"protocol":"x402","version":2,"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"USDC","payTo":"0x0363bC5c120AdD309aCEE44F36e7cAee4488bCab"},"responses":{"200":{"description":"Paid data","content":{"application/json":{"example":{"data":{"generated_at":"2026-09-17T15:00:00+00:00","count":1,"ending_48h":[],"changes":[{"at":"2026-09-17T15:00:00+00:00","type":"reward_changed","id":"immunefi:example","name":"Example","url":"https://immunefi.com/bug-bounty/example/","from":50000,"to":100000}],"programs":[{"platform":"immunefi","id":"immunefi:example","name":"Example","url":"https://immunefi.com/bug-bounty/example/","max_reward_usd":100000,"status":"live","kyc":true,"invite_only":false,"ecosystems":["Ethereum"],"types":["Smart Contract"],"assets":12}]},"paid":true}}}},"402":{"description":"Payment Required: x402 v2 challenge in the PAYMENT-REQUIRED header and JSON body"}}}}}}