JSON-RPC methods

Filecoin RPC

You can review the official Filecoin RPC documentation HEREarrow-up-right

circle-info

Due to the computational resources consumed by certain RPCs, the free public RPC only supports the RPCs mentioned above. The rest of the JSON-RPCs will be intercepted and return a 403 status code.

circle-info

We only collect user IP addresses for the purpose of rate limiting. For more information, please visit: https://www.chainup.com/privacyPolicyarrow-up-right

Example RPC

curl https://api.chainup.net/filecoin/mainnet/<YOUR_API_KEY> \
-X POST \
-H 'content-type: application/json' \
-H "CONSISTENT-HASH: true" \
--data '{"jsonrpc":"2.0","method":"Filecoin.Version","params":[],"id":1}'

Last updated