diff --git a/services/reference/ipfs/http-api-methods/block_stat.md b/services/reference/ipfs/http-api-methods/block_stat.md index e40cd5f56e4..8abee30ce69 100644 --- a/services/reference/ipfs/http-api-methods/block_stat.md +++ b/services/reference/ipfs/http-api-methods/block_stat.md @@ -42,8 +42,8 @@ On success, the call to this endpoint will return with 200 and the following bod ```js { - Key: "QmfQ5QAjvg4GtA3wg3adpnDJug8ktA1BxurVqBD8rtgVjM", - Size: 18 + "Key": "QmfQ5QAjvg4GtA3wg3adpnDJug8ktA1BxurVqBD8rtgVjM", + "Size": 18 } ``` diff --git a/services/reference/ipfs/http-api-methods/get.md b/services/reference/ipfs/http-api-methods/get.md index 9033a656e1f..ec4c7388905 100644 --- a/services/reference/ipfs/http-api-methods/get.md +++ b/services/reference/ipfs/http-api-methods/get.md @@ -35,8 +35,8 @@ curl "https://ipfs.infura.io:5001/api/v0/get?arg=QmZtmD2qt6fJot32nabSP3CUjicnypE - `arg` _\[Required]_ - The IPFS object hash. - `output` _\[Optional]_ - The path where the output should be stored. - `archive` _\[Optional]_ - Output a TAR archive. The default is `false`. -- `compress` _\[\_O_ptional]_ - Compress the output with GZIP compression. The default is `false`. -- `compression-level` _\[\_O_ptional]_ - The level of compression (1-9). The default is `-1`. +- `compress` _\[Optional]_ - Compress the output with GZIP compression. The default is `false`. +- `compression-level` _\[Optional]_ - The level of compression (1-9). The default is `-1`. ### Response diff --git a/services/reference/ipfs/quickstart.md b/services/reference/ipfs/quickstart.md index ab8b0ccd8f2..bd0c8ef48bd 100644 --- a/services/reference/ipfs/quickstart.md +++ b/services/reference/ipfs/quickstart.md @@ -113,7 +113,7 @@ print(response2) print(response2.text) ### REMOVE OBJECT WITH PIN/RM ### -response3 = requests.post(endpoint + "api/v0/pin/rm", params=params, auth=(projectId, projectSecret)) +response3 = requests.post(endpoint + "/api/v0/pin/rm", params=params, auth=(projectId, projectSecret)) print(response3.json()) ``` diff --git a/services/reference/mantle/json-rpc-methods/rollup_getinfo.md b/services/reference/mantle/json-rpc-methods/rollup_getinfo.md index b59abd33444..eac9b5026d4 100644 --- a/services/reference/mantle/json-rpc-methods/rollup_getinfo.md +++ b/services/reference/mantle/json-rpc-methods/rollup_getinfo.md @@ -24,7 +24,7 @@ Node information object: - `queueIndex`: Index in the canonical transaction chain of the last L1 to L2 message ingested. - `index`: Index of the last L2 transaction processed. - `verifiedIndex`: Index of the last transaction that was ingested from a batch that was posted - the to L1. + to L1. ## Example diff --git a/services/reference/opbnb/quickstart.md b/services/reference/opbnb/quickstart.md index b3d4c6ed246..bd453b3a84d 100644 --- a/services/reference/opbnb/quickstart.md +++ b/services/reference/opbnb/quickstart.md @@ -89,7 +89,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta Replace `` with your actual Infura API key. ```javascript title="index.js" - const axios = require("axios); + const axios = require("axios"); axios.post("https://opbnb-mainnet.infura.io/v3/", { jsonrpc: "2.0", @@ -186,4 +186,4 @@ Now that you have successfully made a call to the opBNB network, you can explore - **Monitor your usage**: Monitor your usage on the [MetaMask Developer dashboard](../../../../developer-tools/dashboard/how-to/dashboard-stats/) to ensure you're not hitting your rate limits. Remember, the Infura community is here to help. If you have any questions or run into any issues, check out the -[Infura community](https://community.infura.io/) for help and answers to common questions. \ No newline at end of file +[Infura community](https://community.infura.io/) for help and answers to common questions.