Authenticating
To authenticate when using Sei RPCs, you need to include an authorization header with your API key as the bearer token.
As an example:
curl "https://<your endpoint>" -H 'Authorization: Bearer <your API key>'
SEI Supported RPC Method Endpoints
You can use the different Sei RPC methods through different paths on your endpoint. You can view your specific endpoint on the dashboard .
RPC Methods | Endpoint |
---|---|
Sei | https://<your endpoint>/sei |
Ethereum | https://<your endpoint>/eth |
Tendermint | https://<your endpoint>/tendermint |
Cosmos | https://<your endpoint>/cosmos |
CosmWasm | https://<your endpoint>/cosmwasm |
Please refer to the full Sei documentation for the latest methods available through these method sets.
Archival Data
You can access archival data by prepending archive.
to your endpoint. Such as https://archive.<your endpoint>
.