Oraculum API
Key Design Goals:
Example Query (Planned Format):
jsonKopierenBearbeitenPOST /query
{
"wallet": "8uj123...xyz",
"intent": "outflows_to_cex",
"timeframe": "last_30_days"
}jsonKopierenBearbeiten{
"total_amount": "2,441 SOL",
"cexs": [
{"name": "Binance", "amount": "1,280 SOL"},
{"name": "Coinbase", "amount": "1,161 SOL"}
]
}Last updated