Skip to content

Commit 74b9534

Browse files
committed
Fix curl.
Signed-off-by: bgravenorst <[email protected]>
1 parent 9d113f3 commit 74b9534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/reference/solana/json-rpc-methods/getaccountinfo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Replace `<YOUR-API-KEY>` with your API key.
5555
curl https://solana-mainnet.infura.io/v3/<YOUR-API-KEY> \
5656
-X POST \
5757
-H "Content-Type: application/json" \
58-
-d '{"jsonrpc": "2.0", "method": "getAccountInfo", "params": ["F5a3ExamplePubkeyABCDEFGH", {"config": {"encoding": "jsonParsed"}}],"id": 1}'
58+
-d '{"jsonrpc": "2.0", "method": "getAccountInfo", "params": ["F5a3ExamplePubkeyABCDEFGH", {"encoding": "jsonParsed"}],"id": 1}'
5959
```
6060

6161
</TabItem>

0 commit comments

Comments
 (0)