JSON-RPC API
POST/timestamp/v4/jsonrpc
The JSON-RPC API provides methods assisting the construction of blockchain transactions for Timestamp operations, and interaction with the ledger.
Request
Responses
- 200
- 400
- 401
- 405
- 406
- 500
Response
Bad Request. Returned as a JSON-RPC error object (application/json), not a Problem
Details object, for every validation/business-rule failure (malformed envelope,
unsupported method, schema validation failures, etc.).
Unauthorized. The bearer access token is missing, invalid, expired, or does not carry the timestamp_write scope.
Method Not Allowed
Not Acceptable
Two distinct shapes are possible: ledger unavailability while building/verifying a
transaction is returned as a JSON-RPC error (application/json); an unexpected internal
error (e.g. while validating the bearer token) is returned as a Problem Details object
(application/problem+json).