Metadium Tech (KOR)
  • 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

노드를 설치하지 않고도 RPC 서버를 통해서 블록체인 정보를 읽고 트랜잭션을 보낼 수 있습니다. RPC 서버는 점검 혹은 장애가 발생하지 않는 경우 상시 운영됩니다.

  • 메타디움 API를 이용하기 위한 스펙은 스펙과 동일합니다.

  • 메타디움은 공개된 End Node에 Json-RPC 사양을 구현하여, dApp이 직접 온체인을 사용할 수 있는 메소드 집합을 제공합니다. 또한 와 동일한 Json(RFC 4627) 표준데이터 형식을제공합니다.

네트워크
유형
주소

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