Sei Endpoints RPC calls

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 MethodsEndpoint
Seihttps://<your endpoint>/sei
Ethereumhttps://<your endpoint>/eth
Tenderminthttps://<your endpoint>/tendermint
Cosmoshttps://<your endpoint>/cosmos
CosmWasmhttps://<your endpoint>/cosmwasm

Please refer to the full Sei documentation for the latest methods available through these method sets.