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.
Path parameters
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.
Changes
Changed in 2 of the 40 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲