📔
Blockchain API guides
  • Welcome to Data123 Documents!
  • Quick Start
  • Reference
    • API Reference
      • Aleo
        • RPC Methods
          • Latest Height
          • Latest Hash
          • Latest Block
          • Latest State Root
          • Get Block
          • Get Blocks
          • Get Block Transactions
          • Get Transaction
          • Get Confirmed Transaction
          • Get Memory pool Transactions
          • Get Progrem
          • Get Mapping Names
          • Get Mapping Value
          • Get State Path For Commitment
          • Find Block Hash
          • Find Transaction ID From Program ID
          • Find Transaction ID From Transition ID
          • Find Transition ID
          • Get Environment Info
          • Transaction Broadcast
      • Drand
        • JSON-RPC Methods
      • Filecoin
        • JSON-RPC Methods
      • Ethereum
        • JSON-RPC Methods
      • Starknet
Powered by GitBook
On this page
  • Welcome to Data123 Blockchain API Service
  • How to use api service ? jump right in
  • Want to deep dive?

Welcome to Data123 Documents!

NextQuick Start

Last updated 1 year ago

Welcome to Data123 Blockchain API Service

Blockchain API service makes it easy for developers to interact with the multiple blockchains. It provides a simple way to read and write data to the blockchain, without having to worry about the complexities of running an Blockchain node.

Blockchain APIs have various use cases, including:

  1. Building blockchain applications: Developers can use blockchain APIs to create applications that interact with blockchain networks, such as cryptocurrency trading platforms, decentralized finance (DeFi) applications, or supply chain management systems.

  2. Accessing blockchain data: Blockchain APIs provide access to blockchain data, allowing developers to retrieve transaction history, smart contract information, and market data. This data can be used for analysis, reporting, or integration with other applications.

  3. Sending transactions: Blockchain APIs enable developers to send transactions to a blockchain network. This includes tasks like sending cryptocurrency, modifying smart contracts, or performing other operations on the blockchain.

How to use api service ? jump right in

Jump in to the quick start docs and get making your first request:

Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

Quick Start
API Reference
Page cover image