Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions services/get-started/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@ Include your authentication details when [making IPFS requests](/reference/ipfs/
| Mainnet | JSON-RPC over HTTPS | `https://sei-mainnet.infura.io/v3/<YOUR-API-KEY>` |
| Testnet | JSON-RPC over HTTPS | `https://sei-testnet.infura.io/v3/<YOUR-API-KEY>` |

## Solana

:::note limited access
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
if you're interested in accessing these methods.
:::

| Network | Description | URL |
|-------------------|---------------------|--------------------------------------------------------|
| Mainnet | JSON-RPC over HTTPS | `https://solana-mainnet.infura.io/v3/<YOUR-API-KEY>` |
| Testnet (Devnet) | JSON-RPC over HTTPS | `https://solana-devnet.infura.io/v3/<YOUR-API-KEY>` |

## Starknet

| Network | Description | URL |
Expand Down
7 changes: 3 additions & 4 deletions services/reference/solana/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ import CardList from '@site/src/components/CardList'

:::note Decentralized Infrastructure Network (DIN)

Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service, meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).

Solana access is currently limited to paid accounts.
To get expedited access, upgrade to a paid tier. Solana support will be available to all account tiers in the future.
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
if you're interested in accessing these methods.

:::

Expand Down
4 changes: 2 additions & 2 deletions services/reference/solana/json-rpc-methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sidebar_key: solana-json-rpc-api
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
meaning calls to the network are routed to [partner infrastructure providers](../../solana/index.md#partners-and-privacy-policies).

Solana access is currently limited to paid accounts.
To get expedited access, upgrade to a paid tier. Solana support will be available to all account tiers in the future.
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
if you're interested in accessing these methods.
:::

Infura supports the standard Solana API methods and the
Expand Down
7 changes: 4 additions & 3 deletions services/reference/solana/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import Banner from '@site/src/components/Banner'

This quickstart guide will help you set up and make calls on the Solana network using the Infura endpoints.

<Banner>
Don't have an Infura account? Sign up for a paid plan to start using the Solana network!
</Banner>
:::note limited access
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
if you're interested in accessing these methods.
:::

## Prerequisites

Expand Down
Loading