Developers

Supported networks

Stridge routes across six production networks — Ethereum, Arbitrum One, Base, BNB Smart Chain, Polygon, and Tron — plus Sepolia in the sandbox environment.

Networks

Networknetwork_idChain idTypeNative
Ethereum Ethereum601EVMETH
Arbitrum One Arbitrum One900142161EVMETH
Base Base84538453EVMWETH
BNB Smart Chain BNB Smart Chain900656EVMBNB
Polygon Polygon966137EVMPOL
Tron Tron195728126428TVMTRX
Sepolia Sepolia Sandbox1006011155111EVMETH

All six production networks run in both the production and sandbox environments. Sepolia runs in the sandbox only — see Environments.

Identifiers

Every chain carries three identifiers. Use the one the surface asks for:

  • network_id — Stridge's network id. This is the value you pass to the API — destination.network_id on POST /v1/uda, network_id on the Gateway calls.
  • Chain id — the EIP-155 chain id for EVM networks (and the analogous id for Tron). Use it when signing transactions or matching a wallet's RPC network.
  • TypeEVM for the Ethereum-compatible chains, TVM for Tron (the Tron Virtual Machine).

Supported assets

Every asset Stridge supports — its type and the networks it is active on. For per-chain contract addresses and decimals, query the supported-assets catalogue.

AssetTypeNetworks
ETH ETHNativeEthereum, Arbitrum One, Sepolia
BNB BNBNativeBNB Smart Chain
POL POLNativePolygon
TRX TRXNativeTron
USDC USDCStablecoinEthereum, Arbitrum One, Base, BNB Smart Chain, Polygon, Sepolia
USDT USDTStablecoinEthereum, Arbitrum One, Base, BNB Smart Chain, Polygon, Tron, Sepolia
DAI DAIStablecoinEthereum, Arbitrum One, Base, Polygon
TUSD TUSDStablecoinEthereum, Arbitrum One, BNB Smart Chain, Polygon
PYUSD PYUSDStablecoinEthereum
USD1StablecoinEthereum, BNB Smart Chain
WETH WETHWrappedEthereum, Arbitrum One, Base, BNB Smart Chain, Polygon, Sepolia
PAXG PAXGCommodityEthereum
Warning

TRX has no routing. Native TRX on Tron can only move as a same-chain transfer — it cannot be swapped or bridged to another asset. To accept it, define a routing rule that keeps TRX on Tron; without that rule a TRX deposit cannot settle. USDT on Tron routes normally.

Environments

The six production networks run in both environments. Sepolia is a testnet and runs in the sandbox only.

EnvironmentBase URLNetworks
Productionhttps://api.stridge.comEthereum, Arbitrum One, Base, BNB Smart Chain, Polygon, Tron
Sandboxhttps://api.stridge.devAll six production networks, plus Sepolia

Querying the catalogue

Stridge publishes the live network and asset catalogue — including per-chain contract addresses, decimals, and minimum deposit amounts. Fetch it at runtime to drive chain and token pickers; no key is required:

curl https://api.stridge.com/v1/uda/supported-assets

GET /v1/uda/supported-assets is served from https://api.stridge.com for production and https://api.stridge.dev for sandbox. Minimum deposit amounts in the response are dynamic — never hard-code them.

Next

Was this page helpful?