Programmatically access Elio-RA's blockchain search & analysis capabilities
GET /api/blockchain/search?q=Ethereum+DAO
Authorization: Bearer your_api_key
Accept: application/json
Use Bearer token authentication with your API key. All endpoints respect Rate Limit Headers
Search query (DAOs, tokens, contracts)
Blockchain network (ethereum|polygon|etc)
{ "results": [ { "type": "contract", "address": "0x...", "network": "ethereum", "lastInteraction": "2025-03-20" } ], "total": 245, "took": "234ms" }
{ "txHash": "0x...", "network": "ethereum" }
{ "gasFees": "0.0015 ETH", "sender": { "score": 87, "classification": "normal" }, "receiver": { "status": "watchlisted" } }
Important: Transaction analysis requires full block verification which takes 30-60 seconds