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
2 changes: 1 addition & 1 deletion parity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ To get account balance:
curl --data '{"method":"eth_getBalance","params":["*account_address*"],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
```

Feel free to check [Parity JSON RPC API](https://wiki.parity.io/JSONRPC) for more calls.
Feel free to check [Parity JSON RPC API](https://openethereum.github.io/JSONRPC) for more calls.