RPC Endpoints

Since FNCY is a public chain, anyone can download FNCY blockchain's pre-built node binary and manage it directly. However, this feature will be provided through a document update in the future. If you need to directly operate through the node binary, please contact github-g@nm-metalabs.com and we will provide a guide upon internal review.

If you do not install nodes directly, you can use FNCY's public network endpoint, the RPC server, to interact with on-chain data and run transactions on the network. The provided API follows the JSON-RPC standard, and JSON-RPC is a Remote Procedure Call (RPC) protocol commonly used in blockchain.

Mainnet

Testnet

RPC Endpoint Rate Limit

Locks IP for 5 mins when going over 100 QPS (query per second).

Last updated