omchain
Search
K

Mainnet Endpoints

Learn endpoints to connect a node
The easiest way to interact with Jupiter is to use the endpoints provided by us. You can use the HTTPS endpoint to not have any CORS or SSL errors.
Feature
Endpoint
RPC HTTPS Endpoint
https://seed.omchain.io

Example of an API method

post
https://seed.omchain.io
/

Example of a CURL call

curl --location --request POST 'https://seed.omchain.io' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'