Subscriptions
List price watches
Persistent price "watches" for the authenticated user. Poll /v1/subscriptions/events for triggered events.
get/v1/subscriptions
Response
List of subscriptions
Example response
{
"status": "success",
"data": {
"subscriptions": [
{
"id": "018f47a2-4d4d-7a44-9fa4-123456789abc",
"name": "My WTI watch",
"codes": [
"WTI_USD",
"BRENT_CRUDE_USD"
],
"interval_seconds": 3600,
"status": "active",
"source": "api",
"tool_name": "watch_commodity"
}
]
}
}