rpc_methods - JSON-RPC Method
Returns the list of supported RPC endpoints. Use this to discover chain-specific extensions.
curl -s https://api-acala.n.dwellir.com/YOUR_API_KEY -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"rpc_methods","params":[]}'
Acala exposes standard system_*
, state_*
, chain_*
, author_*
, payment_*
, and others like childstate_*
and offchain_*
.