This section is the official repository of public APIs for the Norsh ecosystem. All available endpoints are documented here with structure, parameters, and response formats. Users can explore, test, and integrate these APIs directly from this interface, using consistent models across environments.The Norsh API follows the structural and encoding standards defined in:All communication must use UTF-8 encoded JSON, with exact field names, no dynamic keys, and standardized representations.Rules and Behavior#
All endpoints are stateless and self-contained.
Responses include a timestamp
in milliseconds since epoch (UTC).
Numeric formats follow the US pattern: 0.000,00 → 1,000.00
.
Binary data must be encoded as Base64 or Hex—raw binary is prohibited.
No optional fields outside the defined schema are accepted.
These constraints apply across internal systems, smart elements, ledgers, and third-party integrations. Full compliance with NTP-2 and NTP-4 is required. Modified at 2025-06-05 19:56:16