Retrieves the historical VWAP for the specified asset - this is the global VWAP across all exchanges which supports this asset, including all cross rates pairs.
Price is calculated as a volume weighted moving average across all exchanges.
GET
/
spot
/
vwap
/
assets
/
{asset}
/
historical
Assets Historical
Copy
Ask AI
curl --request GET \ --url https://api.amberdata.com/markets/spot/vwap/assets/{asset}/historical \ --header 'x-api-key: <api-key>'