Explore XinFin, a hybrid blockchain optimized for global trade and finance. Build enterprise-grade dApps using its RPC gateway.
The XinFin RPC documentation provides developers with the tools to interact programmatically with the XinFin blockchain. XinFin is a hybrid blockchain designed for global trade and finance, combining the benefits of public and private blockchains. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. XinFin’s Delegated Proof-of-Stake (DPoS) consensus ensures high throughput and low transaction costs, making it ideal for enterprise-grade decentralized applications (dApps) in finance and supply chain management.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → XinFin • 🔗 Official XinFin Website
Blockchain RPC Gateway for XinFin
Connect to XinFin and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for XinFin using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve XinFin Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected XinFin node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Available XinFin interfaces
XinFin - JSON-RPC
- eth_getlogs
- debug_getbadblocks
- eth_gettransactionbyblocknumberandindex
- eth_chainid
- eth_gettransactionbyblockhashandindex
- eth_getstorageat
- eth_getunclecountbyblockhash
- eth_gettransactioncount
- txpool_content
- eth_gettransactionbyhash
- debug_tracecall
- eth_maxpriorityfeepergas
- eth_getunclecountbyblocknumber
- eth_getblocktransactioncountbyhash
- eth_estimategas
- eth_getblockbyhash
- eth_gettransactionreceipt
- eth_getcode
- eth_getblockbynumber
- web3_clientversion
- eth_getbalance
- eth_call
- debug_storagerangeat
- eth_sendrawtransaction
- txpool_inspect
- eth_getproof
- eth_gasprice
- debug_traceblock
- debug_tracetransaction
- debug_traceblockbyhash
- eth_getblocktransactioncountbynumber
- txpool_status
- debug_traceblockbynumber
- eth_blocknumber
- eth_feehistory
XinFin - Tatum API
- Generate XDC wallet
- Generate XDC account address from Extended public key
- Generate XDC private key
- Web3 HTTP driver
- Get current block number
- Get XDC block by hash
- Get XDC Account balance
- Get XDC Transaction
- Get count of outgoing XDC transactions
- Send XDC / ERC20 from account to account
- Invoke a method in a smart contract on XinFin
- Broadcast signed XDC transaction