Get price inference for a specific asset and timeframe
ETH
BTC
5m
8h
GET //allora/inference HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AlloraInferenceResponse object
{ "success": true, "message": "text", "data": { "confidenceIntervals": { "values": [ 1 ], "percentiles": [ 1 ] }, "timestamp": "text", "percentageChange": 1, "impliedFuturePrice": 1, "predictedLogReturn": 1, "currentPrice": 1 } }