Skip to main content
GET
/
2
/
asset
/
price-history
Get asset price history
curl --request GET \
  --url https://demo-api.mobula.io/api/2/asset/price-history
{
  "data": {
    "priceHistory": [
      [
        123
      ]
    ],
    "id": 123,
    "name": "<string>",
    "symbol": "<string>",
    "chainId": "<string>",
    "address": "<string>",
    "error": "<string>"
  }
}

Query Parameters

address
string
chainId
string
id
number | null
period
string
from
number | null
default:0
to
number | null
default:1773961347810

Response

200 - application/json

Asset price history response

data
object
required