Metal Radar Docs
Datapoint

Get datapoint latest values

GET
/v3/datapoint/latest

Authorization

AuthorizationRequiredBearer <token>

In: header

Query Parameters

idsRequiredstring

Comma separated list of datapoint ids

Response Body

TypeScript Definitions

Use the response body type in TypeScript.

dataRequiredarray<unknown>

@minItems 0 @maxItems 0

curl -X GET "https://api.metalradar.com/v3/datapoint/latest?ids=LME-CU%3AFCSH.Trade%2CLME-AL%3AFCSH.Trade" \
  -H "Authorization: Bearer <token>"
{
  "data": []
}