Ethereal Docs
  • Introduction
    • What is Ethereal?
  • Public Testnet
  • Trading
    • Perpetual Futures
      • Margining
      • Order Types
      • Positions
      • Funding Rates
      • Market Specifications
      • Liquidations
      • Auto Deleveraging
      • Subaccounts
      • Price Oracles
  • Points
    • Staking sENA
    • Season Zero
  • developer-guides
    • Trading API
      • Quick Start
      • Message Signing
      • Accounts & Signers
      • Order Placement
      • System Limits
      • Products
      • Token Transfers
      • Supported Tokens
      • Websocket Gateway
    • Python SDK
  • Protocol Reference
    • API Hosts
    • Contracts
    • Audits
Powered by GitBook
On this page
  • Testnet
  • Chain Details
  • Address & ABI
  • Mainnet
  1. Protocol Reference

Contracts

Testnet

Chain Details

Service
Endpoint

HTTP RPC

WS RPC

wss://rpc.etherealtest.net

Block Explorer

Chain ID

657468

Gas Token

USDe (18 decimals)

Address & ABI

Testnet smart contracts and offchain systems are still undergoing development. To get the latest version of the proxy address, query for the verifyingContract address:

curl -X 'GET' \
  'https://api.etherealtest.net/v1/rpc/config' \
  -H 'accept: application/json'

Using the data.domain.verifyingContract address, navigate to the block explorer to retrieve the ABI. All Ethereal smart contracts are verified onchain after deployment.

Ethereal's appchain is undergoing development during testnet. API endpoints and contract addresses may change at any time but we will announce breaking changes after each release.

Mainnet

soon

PreviousAPI HostsNextAudits

Last updated 3 days ago

https://rpc.etherealtest.net
https://explorer.etherealtest.net