get

/v4/analytics/global-states/{indexingId}

Path parameters

indexingIdstring
required

Query parameters

fromBlocknumber | string
toBlocknumber | string

Responses

200
Response for status 200
Schema
object
indexingIdstring
required
historyobject[]
required
blockNumbernumber
blockTimestampnumber
valueany
Example
{
  "indexingId": "string",
  "history": [
    {
      "blockNumber": 0,
      "blockTimestamp": 0,
      "value": null
    }
  ]
}
get
https://analytics.merkl.xyz/v4/analytics/global-states/{indexingId}
Merkl Analytics API
curl -X GET "https://analytics.merkl.xyz/v4/analytics/global-states/{indexingId}"
Fill the required path parameter indexingId to send.