V8 Bridge Deployment API
Deploy Bridge
Submits a deployment request of V8 bridge
POST
/
api
/
v0.2
/
deployment
Authorizations
X-V8-APIKEY
string
headerrequiredBody
application/json
chain_id
integer
Chain Id
network_name
string
Network Name, in this format: YourNetwork_TESTNET
network_display_name
string
Network Display name used in UI
logo_url
string
network_group
enum<string>
Available options:
EVM_LEGACY
, EVM_EIP1559
, EVM_ARBITRUM_LEGACY
, EVM_ARBITRUM_EIP1559
, EVM_OPTIMISM_EIP1559
, EVM_OPTIMISM_LEGACY
, EVM_POLYGON_LEGACY
, EVM_POLYGON_EIP1559
, FUEL
, IMMUTABLEX
, LOOPRING
, OSMOSIS
, SOLANA
, STARKNET
, STARKNET_PARADEX
, TON
, TRON
, ZKSYNC
, BRINE
is_testnet
boolean
canonical_bridge_address
string
Native bridge address in L1
gas_price_oracle
string | null
Gas price oracle, only for OP Stack
native_asset_symbol
string
Native assets symbol, e.g. ETH
native_asset_decimals
integer
public_rpc
string
Public RPC, which will be used by dApp
private_rpc
string
Private RPC, which will be used by Solver
address_lookup_explorer_template
string
Explorer URL formatted for address lookup, e.g. https://optimistic.etherscan.io/address/{0}
tx_lookup_explorer_template
string
Explorer URL formatted for transaction lookup, e.g. https://optimistic.etherscan.io/tx/{0}
Response
200 - application/json
error
object
data
object