OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Developer documentation
/api/v2/developer-portalPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Start every human or agent integration here to discover current machine-contract, readiness-registry, guide, Explorer, SDK, authentication, and operational-policy resources.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Public service metadata, the OpenAPI document, the capability registry, guides, SDK listings, bearer credentials, step-up grants, and request-signing keys are separate artifacts. Discovery metadata grants no tenant, wallet, custody, payment, settlement, publisher, matching, or trading authority; public signing-key metadata never includes private key material.
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
RESPONSES
{
"baseUrl": "https://api.hybrid-chain.com/api/v2",
"currentVersion": "v2",
"legacyVersion": "v1",
"authentication": [
{
"id": "public",
"principal": "anonymous",
"credential": "none",
"lifetimeSeconds": null,
"requestSigning": "not applicable"
}
],
"resources": [
{
"rel": "openapi",
"href": "/api/v2/openapi.json",
"mediaType": "application/vnd.oai.openapi+json;version=3.1",
"description": "Implemented Rust gateway contract only."
},
{
"rel": "capabilities",
"href": "/api/v2/capabilities",
"mediaType": "application/json",
"description": "Complete implemented and planned operation registry."
},
{
"rel": "guides",
"href": "/api/v2/integration-guides",
"mediaType": "application/json",
"description": "Versioned business implementation blueprints."
}
],
"applications": 45,
"operations": 832,
"implementedOperations": 470,
"referencePolicy": {
"implementedAuthority": "/api/v2/openapi.json",
"plannedAuthority": "/api/v2/capabilities",
"implementationRule": "An operation is implemented only when it appears in OpenAPI and its registry status is implemented-contract.",
"runtimeRule": "Authentication, scope, tenant, feature, owner-adapter, and downstream-readiness policy still fail closed."
},
"agentIntegration": {
"errorEnvelope": "Branch on HTTP status plus stable code, never message text.",
"pagination": "Return opaque cursors unchanged with the same filters.",
"idempotency": "Reuse one key and byte-equivalent request only for retries of one logical mutation.",
"requestSigning": "Use RFC 9421 Ed25519 and RFC 9530 Content-Digest when required by OpenAPI.",
"retryPolicy": "Retry only transient failures with bounded backoff, jitter, and reconciliation.",
"decimalPolicy": "Preserve amounts, prices, quantities, rates, and large identifiers as strings unless the schema says otherwise."
}
}OPERATIONAL 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 ↗