Kadena payload API
Raw literal Block Payloads in the form in which they are stored on the chain.By default only the payload data is returned which is sufficient for validatingthe blockchain Merkle Tree. It is also sufficient as input to Pact forexecuting the Pact transactions of the block and recomputing the outputs.It is also possible to query the transaction outputs along with the payload data.
Kadena payload API is one of 16 APIs that Kadena publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include payload. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.
This API exposes 4 operations across 4 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 0.0.
Requests are made against 5 base URLs: https://api.chainweb.com/chainweb/{apiVersion}/mainnet01, https://api.testnet.chainweb.com/chainweb/{apiVersion}/testnet04, {schema}://{domain}:{port}/chainweb/{apiVersion}/{chainwebVersion}, https://{location}.chainweb.com/chainweb/{apiVersion}/mainnet01, https://{location}.testnet.chainweb.com/chainweb/{apiVersion}/testnet04.
Metadata
The identity and technical contract details declared by the specification.
Paths & Operations 4
Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Raw literal Block Payloads in the form in which they are stored on the chain. By default only the payload data is returned which is sufficient for validating the blockchain Merkle…
Schemas 8
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are payloadWithOutputs (6 properties), payload (5 properties), payloadBatchBody (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Kadena 12
Other APIs Kadena publishes across the network.