FNCY Chain
FNCY 2.0.2 (ENG)
FNCY 2.0.2 (ENG)
  • Introduction
  • Getting Started
  • Design
    • Structure
    • Three Main Sets of Participants
    • PoSA Consensus
    • Governance
    • Staking
    • Mining Reward
    • Gas Fee
    • Runtime Upgrade
    • Cross-Chain Bridge
    • Security
  • Build On FNCY Chain
    • RPC Endpoints
    • Testnet Faucet
    • Block Explorer
      • Token Listing
    • BEP20 Token
    • NFT
    • Validator Requirements
    • NFT Market
      • FNCY Marketplace
  • For Developers
    • JSON-RPC
    • FNCY Chain API
      • Wallet API
      • Transaction API
      • Blockchain API
    • Wallet
      • FNCY Wallet
      • Use MetaMask for FNCY Chain
      • SDK
        • Android
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
        • iOS
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
    • Smart Contract
      • Deployment
        • Truffle
        • Hardhat
        • Remix IDE
      • Verify Your Contract on FncyScan
    • Gasless Transaction
    • with FNCY
      • FNCY Login
      • GAME AUTH Login
  • Tokenomics
  • Ecosystem Partner
  • FNCY Governance Partner
Powered by GitBook
On this page
  • FNCY API Spec
  • FNCY JSON-RPC API
  1. For Developers

JSON-RPC

PreviousFor DevelopersNextFNCY Chain API

Interacting with FNCY blockchain requires access to network server through appropriate and common options to perform tasks such as checking balances, generating transactions, or executing smart contracts. The RPC allows access to server nodes on a given network and allows them to communicate and interact with FNCY blockchain.

For more information on FNCY blockchain RPC Endpoints, refer to the link below.

FNCY API Spec

As FNCY blockchain is designed based on full EVM compatibility. Please refer to the link underneath for more details about the API Spec.

FNCY JSON-RPC API

The JSON-RPC API method of FNCY blockchain is fully compatible with Ethereum. Please refer to the link underneath for more details about the API Spec.

RPC Endpoints
LogoGitHub - ethereum/execution-apis: Collection of APIs provided by Ethereum execution layer clientsGitHub
LogoJSON-RPC API | ethereum.orgethereum.org