Skip to content

Commit 3c19ea5

Browse files
mummyhaphegitbook-bot
authored andcommitted
GITBOOK-184: No subject
1 parent a082f20 commit 3c19ea5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/api-reference/sui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
BlockPI now supports full-stack data services for SUI, including full nodes, archival services, and GraphQL services. For details on their respective applicable use cases, please refer to the official [documentation](https://docs.sui.io/guides/developer/accessing-data/). 
44

5-
<table><thead><tr><th width="142">Stack</th><th width="336">API &#x26; Format</th><th width="151">Data range</th><th>Supported region</th></tr></thead><tbody><tr><td>Mainnet Full node</td><td>JSON-RPC: <br>https://sui.blockpi.network/v1/rpc/&#x3C;key>,<br><br>gRPC: <br>sui.blockpi.network, {token}</td><td>Pruned</td><td>EU, APAC</td></tr><tr><td>Mainnet Archive Service</td><td>gRPC: <br>sui-archive.blockpi.network, {token}</td><td>Archive</td><td>EU, APAC</td></tr><tr><td>Mainnet GraphQL</td><td>GraphQL: <br>https://sui.blockpi.network/v1/graphql/&#x3C;key> </td><td>Latest 90 days</td><td>EU, APAC</td></tr><tr><td>Testnet Full node</td><td>JSON-RPC: <br>https://sui-testnet.blockpi.network/v1/rpc/&#x3C;key>,<br><br>gRPC: <br>sui-testnet.blockpi.network, {token}</td><td>Pruned</td><td>EU, APAC</td></tr></tbody></table>
5+
<table><thead><tr><th width="142">Stack</th><th width="336">API Endpoint Format</th><th width="151">Data Range</th><th>Supported Region</th></tr></thead><tbody><tr><td>Mainnet Full node</td><td>JSON-RPC: <br>https://sui.blockpi.network/v1/rpc/&#x3C;key>,<br><br>gRPC: <br>sui.blockpi.network, {token}</td><td>Pruned</td><td>EU, APAC</td></tr><tr><td>Mainnet Archive Service</td><td>gRPC: <br>sui-archive.blockpi.network, {token}</td><td>Archive</td><td>EU, APAC</td></tr><tr><td>Mainnet GraphQL</td><td>GraphQL: <br>https://sui.blockpi.network/v1/graphql/&#x3C;key> </td><td>Latest 90 days</td><td>EU, APAC</td></tr><tr><td>Testnet Full node</td><td>JSON-RPC: <br>https://sui-testnet.blockpi.network/v1/rpc/&#x3C;key>,<br><br>gRPC: <br>sui-testnet.blockpi.network, {token}</td><td>Pruned</td><td>EU, APAC</td></tr></tbody></table>
66

7-
Since the archival data is within an individual service, the endpoints for the full node (gRPC or deprecated JSON-RPC) and the GraphQL are within "**SUI Mainnet**". While using the archival service, users need to create a separate network endpoint with the name “**SUI Mainnet Archive**. Check out the above table and the figure below.&#x20;
7+
Since the archival data is within an individual service, users need to create a separate network endpoint with the name “**SUI Mainnet Archive**. While the endpoints for the full node (gRPC or deprecated JSON-RPC) and the GraphQL are within "**SUI Mainnet**". Check out the above table and the figure below.&#x20;
88

99
<figure><img src="../../../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure>
1010

0 commit comments

Comments
 (0)