Skip to content

Commit

Permalink
Merge pull request #107 from RedVelvetZip/dev-api-docs_fix-param-for-…
Browse files Browse the repository at this point in the history
…getbalance-example-script

Dev api docs fix param for getbalance example script
  • Loading branch information
owans authored Oct 3, 2024
2 parents eeb1c27 + 20828b2 commit f271512
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/02-developers/07-rpc-api/02-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,13 @@ curl --location 'https://rpc.testnet.rootstock.io/<api-key>' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc":"2.0",
"method":"eth_getBalance",
"params":[
"0x1fab9a0e24ffc209b01faa5a61ad4366982d0b7f",
"latest"],
"id":0
"jsonrpc":"2.0",
"method":"eth_getBalance",
"params":[
"0x1fab9a0e24ffc209b01faa5a61ad4366982d0b7f",
"0x6444bb"
],
"id":0
}'
```

Expand Down

0 comments on commit f271512

Please sign in to comment.