OUTCOME · Inspect
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Price feeds
/api/v2/price-feed-subscriptions/{subscription_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after list discovery or after a lifecycle operation to reconcile the exact plan, entitled feeds, timestamps, metering, and commercial posture of one workspace-owned delivery contract.
OUTCOME · Inspect
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Instrument, provider, observation, signature, hash-chain, aggregation, composite owner, subscription, delivery, billing, valuation, market, and trading boundaries remain distinct. A feed, snapshot, replay, plan, or subscription supplies data only and grants no oracle-finality, valuation approval, publisher, order, matching, settlement, or trading authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the pricing:read scope.EXAMPLEBearer hc_live_…
subscription_uuidpathRequired32-character identifierWorkspace-owned subscription identifier returned by the collection route.EXAMPLE05aa9566990f42fa8e8e74624d4ec906
RESPONSES
{
"subscription_id": "05aa9566990f42fa8e8e74624d4ec906",
"name": "Treasury valuation evidence",
"status": "ACTIVE",
"started_at": "2026-08-01T00:00:00Z",
"paused_at": null,
"cancelled_at": null,
"last_ticket_at": "2026-08-31T22:40:00Z",
"created_at": "2026-08-01T00:00:00Z",
"updated_at": "2026-08-31T22:40:00Z",
"plan": {
"code": "DEVELOPER",
"name": "Developer",
"max_feeds": 5,
"max_connections": 2,
"replay_window_minutes": 1440,
"min_cadence_ms": 1000,
"retained_history_days": 7
},
"feeds": [
{
"feed_id": "8c1490adbe524bb79b8be0618e58fe55",
"cadence_ms": 1000,
"enabled": true,
"name": "BTC / USD composite",
"mode": "AGGREGATED",
"instrument": "BTC-USD",
"asset_class": "DIGITAL_ASSET"
}
],
"usage_current_month": {
"delivered_messages": 184221,
"delivered_bytes": 42199112,
"connection_seconds": 2389200,
"reconnect_count": 3,
"replayed_messages": 1200
},
"contract": {
"billing_mode": "METERED",
"billing_state": "ACTIVE",
"renewal_mode": "AUTOMATIC",
"current_period_started_at": "2026-08-01T00:00:00Z",
"current_period_ends_at": "2026-09-01T00:00:00Z",
"payload_schema": "price-evidence-v1",
"usage_schema": "price-delivery-usage-v1",
"retention_days": 7,
"entitlements": {
"feeds": 5,
"connections": 2,
"replay_window_minutes": 1440
}
}
}{
"code": "price_feed_subscription_not_found",
"message": "The subscription does not exist in the authenticated workspace."
}price_feed_subscription_not_found{
"code": "invalid_credentials",
"message": "The bearer credential is missing, expired, or invalid."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks pricing:read or the subscription does not entitle this replay."
}insufficient_scope{
"code": "price_feeds_unavailable",
"message": "The authoritative Core pricing projection is unavailable."
}price_feeds_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗