ChainsOKT Chain

OKT Chain RPC
OKT Chain RPC endpoints
HTTPS
Copy
WSS
Copy
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://oktc.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"REPLACE_ME_WITH_ACTUAL_METHOD","params":[],"id":1}'
How to add OKT Chain Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameOKT Chain Mainnet
New RPC URL
https://oktc.drpc.org
Chain ID
0x42
Currency Symbol
OKT
Block Explorer URL (Optional)
https://www.oklink.com/en/okc
By clicking on the OKT Chain icon in the network selection drop-down menu in MetaMask, you can now switch to the OKT Chain and perform all transactions on that network
FAQ
RPC in OKT Chain, or Remote Procedure Call, is a protocol used for communication between applications and the OKT Chain blockchain. It enables external access to the blockchain, allowing for tasks such as querying data and executing transactions.