NodeChain EN
  • NodeChain
  • Learn
    • About NodeChain
    • Infrastructure
      • Connector
        • Wrapper APIs
      • Nodes
      • Startup script
    • License
    • Ecosystem
      • Supported APIs
      • Integrations
      • Acknowledgments
  • Develop
    • Quick start
      • Initial setup
      • Using command-line script
        • Commands
    • How-to
      • Run tests locally
      • Lint automatically with hooks
      • Integrate a new Blockchain/API
      • Connect to a public node
    • Wrapper API definition file
    • Contributing
  • Reference
    • API Reference
      • Admin
      • General Endpoints
      • REST Wrapper API
        • Bitcoin Cash
        • Bitcoin
        • Ethereum
          • ERC-20
      • JSON-RPC Wrapper API
        • Bitcoin Cash
        • Bitcoin
        • Ethereum
          • ERC-20
      • Real-Time Wrapper API
        • Bitcoin
        • Ethereum
Powered by GitBook
On this page
  1. Learn
  2. Infrastructure
  3. Connector

Wrapper APIs

The Wrapper APIs are the components from which the requests received in the Router are derived. It processes the request according to the endpoint indicated, verifies that all the necessary information is available to perform the operation and applies the required transformations to finally delegate the final execution of the request to the corresponding blockchain node.

Each Wrapper API follows the same internal structure, thus seeking uniformity among them, however, each of them is developed as an independent component, allowing isolation and modularity.

PreviousConnectorNextNodes

Last updated 3 years ago