cURL
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>" } }
Retrieve historical price data for one or multiple assets.
Asset price history response
Show child attributes