{"openapi":"3.1.0","info":{"title":"Digital Myto - Base USDC Whales API","version":"1.0.0","description":"Paid Base blockchain data API for AI agents and trading bots.","contact":{"email":"movejpet1@gmail.com"},"x-guidance":"Use this API to retrieve the latest Base USDC whale transfers of $10,000 or more. Call /api/whales/latest to receive recent whale events. The response contains the network, token, event count and whale transfer data. Payment is required through x402 in USDC."},"externalDocs":{"description":"Digital Myto API documentation","url":"https://petrve.github.io/digital-myto-site/"},"paths":{"/api/whales/latest":{"get":{"summary":"Get latest Base USDC whale transfers","description":"Returns the latest Base USDC transfers of $10,000 or more.","parameters":[{"name":"limit","in":"query","required":false,"description":"Maximum number of whale events to return. Default is 10 and maximum is 50.","schema":{"type":"integer","minimum":1,"maximum":50,"default":10}}],"x-payment-info":{"price":{"mode":"fixed","currency":"USDC","amount":"0.009"},"protocols":[{"x402":{}}]},"responses":{"200":{"description":"Latest Base USDC whale transfers","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required"}}}}}}