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
Network | Chain ID | Description |
---|---|---|
Ethereum | ethereum | Ethereum Mainnet |
Optimism | optimism | Optimism L2 network |
Arbitrum | arbitrum | Arbitrum L2 network |
Avalanche | avalanche | Avalanche C-Chain |
Polygon | polygon | Polygon PoS Chain |
Base | base | Coinbase L2 network |
Solana | solana | Solana Mainnet |
Blast | blast | Blast 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:
- Discord: Join our Discord community
When requesting a new network, please include:
- The network name and chain ID
- Your specific use case
- Any particular assets you're interested in trading on that network