I am not familiar with straight HTML, and am having trouble figuring out how to request and then display data from an API request.
How do I make the request, and then assuming the data returned is structured to what I have included below, how do I then display only the volume metric from assetA in a <p> element?
time_range:
start: "2021-02-14T17:04:02Z"
end: "2021-01-15T17:04:02Z"
volumes:
assetA:
name: "assetName1"
volume: 100000
assetB:
name: "assetName2"
volume: 50000
Any help would be very much appreciated