v1
latestOpenAPI 3.0.02026-07-174823135.4 KBBlockchain
Proxy RPC call to the underlying node
Allows you to make RPC calls to the underlying cryptocurrency node (e.g., Bitcoin Core) via NBXplorer. This endpoint acts as a proxy, forwarding your RPC requests to the node and returning the node's responses.
By default, only a handful of RPC methods are authorized. You can use configuration --btcexposerpc or NBXPLORER_BTCEXPOSERPC=1 to allow all methods.
Go to The JSON-RPC specification page and the Bitcoin Core RPC page for more information.
post/cryptos/{cryptoCode}/node/rpc
Path parameters
cryptoCodestring required
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Request body
Example request
{
"jsonrpc": "1.0",
"method": "getblockchaininfo",
"params": []
}Response
Successful RPC call.