Metadium Tech (ENG)
  • Navigation
    • Metadium Overview
    • Metadium Tech (ENG)
    • Metadium Tech (KOR)
  • METADIUM Info
    • Architecture
    • Network Structure
    • Consensus
    • Smart Contract
    • DID
    • EIP-1559
    • Fee Delegation
    • Roadmap
  • Developer
    • Node Start
      • gmet Binary
      • gmet Guide
      • Connect Node
      • Account
    • Install Node
      • End Node
        • Requirements
        • Install Gmet
      • BP Node
        • Requirements
        • Install Gmet
  • Smart Contract
    • Solidity
    • Precompiled Contracts
    • Sample Contracts
  • API Reference
    • API Info
    • Json-RPC
    • Explorer API
      • Accounts
      • Blocks
      • Contracts
      • Transactions
      • Event logs
      • Tokens
  • Wallet
    • Wallet Info
    • Fee
  • FAQ
  • Articles of Foundation
Powered by GitBook
On this page
  1. API Reference

Json-RPC

PreviousAPI InfoNextExplorer API

Last updated 1 year ago

Blockchain information can be read, and transactions can be sent through an RPC server without installing a node. The RPC server operates continuously unless there are maintenance or outage issues.

  • Specifications for using the Metadium API are the same as the specs.

  • Metadium implements the Json-RPC specification on a public End Node, providing a set of methods that dApps can use directly on-chain. Alsoit provides the same Json (RFC 4627) standard data format as .

Network
Type
URL

Mainnet

HTTP(HTTPS) server endpoint

https://api.metadium.com/prod

Mainnet

WS(WSS) server endpoint

wss://ws.metadium.com/prod

Testnet

HTTP(HTTPS) server endpoint

https://api.metadium.com/dev

Testnet

WS(WSS) server endpoint

wss://ws.metadium.com/dev

Ethereum API
Ethereum Json-RPC API