Skip to content

Supported Networks

Definitive's API supports trading and position management across multiple blockchain networks. You can use the same API interface to interact with any of our supported networks.

Currently Supported Networks

NetworkChain IDDescription
EthereumethereumEthereum Mainnet
OptimismoptimismOptimism L2 network
ArbitrumarbitrumArbitrum L2 network
AvalancheavalancheAvalanche C-Chain
PolygonpolygonPolygon PoS Chain
BasebaseCoinbase L2 network
SolanasolanaSolana Mainnet
BlastblastBlast L2 network

Using Networks in API Requests

When making API requests, specify the desired network using the chain parameter. For example, when requesting a quote:

const quoteRequest = {
  type: "market",
  chain: "base", // Specify the desired network
  from: "0xA12B34C56D78E90F12AB34CD56EF78A901BC234D",
  to: "0xF98765C43210D78E90AB56CD12EF34A908BC765D",
  qty: "1000.00",
  orderSide: "sell",
  slippageTolerance: "0.01",
  maxPriceImpact: "0.05",
};

Network-Specific Considerations

  • Each network has its own set of supported assets and trading pairs
  • Gas costs and transaction speeds vary between networks
  • Some advanced order types may have limited availability on certain networks

Request Support for Additional Networks

We're constantly expanding our network support based on user demand. If you would like to see support for additional networks, please reach out to us:

When requesting a new network, please include:

  1. The network name and chain ID
  2. Your specific use case
  3. Any particular assets you're interested in trading on that network