Implied future price

get

Calculate implied future price

Authorizations
Query parameters
currentPricenumber · doubleRequired
  • The current price of the asset
logReturnnumber · doubleRequired
  • The log return
Header parameters
AuthorizationstringRequired
  • The authorization token
Responses
200
A promise that resolves to an object containing the implied future price
application/json
get
GET //allora/implied-future-price HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to an object containing the implied future price

{
  "data": {
    "impliedFuturePrice": 1
  },
  "message": "text",
  "success": true
}