Skip to main content
GET
/
v1
/
sources
Độ mới dữ liệu
curl --request GET \
  --url https://api-gw.verolabs.co/v1/sources \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "name": "<string>",
      "kind": "<string>",
      "last_message_at": "2023-11-07T05:31:56Z",
      "instruments_count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Check when each data group was last updated.

Freshness visibility

Use timestamps to understand whether data is current.

Coverage signal

Use counts to understand available coverage by data group.

Common use cases

  • Show data status in an admin or monitoring view.
  • Check whether a data group has recent updates.
  • Help users understand missing or delayed data.

Key fields

  • name: data group name.
  • last_message_at: latest update timestamp when available.
  • instruments_count: coverage count when available.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Response

OK

data
object[]