Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/smokedrpcapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page lists various API calls for the smoked binary which acts as a backbone

## Before Attempting smoked RPC Calls

In order to access smoked calls you MUST have a full node running and listening to port 8092, on a local machine (or other server you have access to) or use the official https://rpc.smoke.io node.
In order to access smoked calls you MUST have a full node running and listening to port 8092, on a local machine (or other server you have access to) or use the official https://pubrpc.smoke.io node.

### Call Format for smoked

Expand Down Expand Up @@ -36,7 +36,7 @@ In the example above the "get_accounts" function calls to the database_api modul

A simple way to pass command to the same command to the smoked client is by with curl using the following format:

``` curl --data '{"jsonrpc": "2.0", "method": "get_accounts", "params": [["smoke"]], "id": 1 }' https://rpc.smoke.io ```
``` curl --data '{"jsonrpc": "2.0", "method": "get_accounts", "params": [["smoke"]], "id": 1 }' https://pubrpc.smoke.io ```

## Calls That Are a Success

Expand Down