<!--
Sitemap:
- [Stridge](/index): Stridge is a crypto payment infrastructure platform — multi-chain wallets, automated deposit detection, secure payouts, and the Stridge Gateway Kit for any-to-any payments.
- [API Reference](/api-reference/): Stridge REST API reference — complete endpoint documentation for wallets, deposits, transfers, vaults, gas stations, networks, and transactions.
- [Changelog](/changelog): Release notes for Stridge SDKs and developer tools.
- [Example Page](/example): Example page demonstrating MDX features available in Stridge docs.
- [Stridge Gateway Kit](/gateway/): Stridge Gateway Kit — an integration kit for embedding any-to-any crypto payments in DeFi protocols and apps.
- [Getting Started](/getting-started): Get started with Stridge — create an API key, authenticate against the REST API, and make your first call.
- [Supported Networks](/networks): Blockchain networks and tokens supported by the Stridge payment infrastructure — network_id (SLIP-44), EIP-155 chain IDs, and the available native and stablecoin assets per chain.
- [Developer Tools](/sdk/): Headless Stridge SDKs for Node.js, Go, and React — wrap the Stridge REST API with fully-typed clients and ready-made flows.
- [Security](/security/): Stridge Security — how the Stridge KMS protects wallet keys and signs transactions without ever exposing private keys.
- [Universal Deposit Addresses](/uda/): Universal Deposit Addresses (UDA) — persistent, multi-chain deposit addresses with automatic cross-chain settlement to a fixed destination.
- [Webhooks](/webhooks/): Stridge webhooks — real-time HTTP notifications for deposits, wallet assignments, transactions, and balance changes with signed HMAC SHA-256 deliveries.
- [Go SDK](/sdk/go): Build on Stridge from Go with the official Stridge Go SDK.
- [Node.js SDK](/sdk/node): Build on Stridge from any Node.js runtime with the official Node SDK.
- [React SDK](/sdk/react): Embed Stridge payment flows in your React app with hooks and ready-made components.
- [Get a single deposit transaction by ID](/api-reference/deposits/get-a-single-deposit-transaction-by-id): Get details of a specific deposit transaction by its unique ID
- [Get a single deposit transaction by transaction id](/api-reference/deposits/get-a-single-deposit-transaction-by-transaction-id): Get details of a specific deposit transaction by on-chain transaction id (tx_id)
- [List deposit transactions](/api-reference/deposits/list-deposit-transactions): Get a paginated list of deposit transactions for the authenticated tenant with filtering support
- [Get gas station details by address](/api-reference/gas-stations/get-gas-station-details-by-address): Get detailed gas station information including all asset balances for a specific address
- [Get gas station details by wallet ID](/api-reference/gas-stations/get-gas-station-details-by-wallet-id): Get detailed gas station information including all asset balances for a specific wallet ID
- [List gas station wallets](/api-reference/gas-stations/list-gas-station-wallets): Get a paginated list of gas station wallets with filtering and sorting support
- [Get blockchain assets](/api-reference/networks/get-blockchain-assets): Get a list of all supported blockchain assets (tokens and native assets).
- [Get blockchain networks](/api-reference/networks/get-blockchain-networks): Get a list of all supported blockchain networks.
- [Get network list](/api-reference/networks/get-network-list): Get a public list of all networks with category grouping.
- [Get tenant network](/api-reference/networks/get-tenant-network): Get a specific network for the authenticated tenant by network ID and contract address
- [Get tenant networks](/api-reference/networks/get-tenant-networks): Get a list of networks available to the authenticated tenant with their enabled status
- [Update tenant network status](/api-reference/networks/update-tenant-network-status): Update the enabled status of a network for the authenticated tenant
- [Get a transaction by ID](/api-reference/transactions/get-a-transaction-by-id): Get details of a specific transaction by its ID
- [List unified transactions](/api-reference/transactions/list-unified-transactions): Get a paginated list of all transactions (deposits, payouts, refills, etc.) for the authenticated tenant
- [External transfer by address](/api-reference/transfers/external-transfer-by-address): Transfer assets from user wallet to an external address using wallet address.
- [External transfer by wallet ID](/api-reference/transfers/external-transfer-by-wallet-id): Transfer assets from user wallet to an external address using wallet ID.
- [Internal transfer between wallets by address](/api-reference/transfers/internal-transfer-between-wallets-by-address): Transfer assets from user wallet to hot wallet or gas station using addresses.
- [Internal transfer between wallets by ID](/api-reference/transfers/internal-transfer-between-wallets-by-id): Transfer assets from user wallet to hot wallet or gas station using wallet IDs.
- [Create payout](/api-reference/vault-transfers/create-payout): Creates a new payout from the tenant's vault wallet to an external address
- [Create payout with USD amount](/api-reference/vault-transfers/create-payout-with-usd-amount): Creates a new payout converting a USD amount to crypto at current rate
- [Get payout by ID](/api-reference/vault-transfers/get-payout-by-id): Retrieves a payout by its ID
- [List payouts](/api-reference/vault-transfers/list-payouts): Lists payouts for a vault with filtering and pagination
- [Transfer from vault to external address](/api-reference/vault-transfers/transfer-from-vault-to-external-address): Transfer assets from the tenant's vault wallet to an external address.
- [Get vault address by network](/api-reference/vaults/get-vault-address-by-network): Get the vault address for a specific network
- [Get vault balances](/api-reference/vaults/get-vault-balances): Get balances for all vault addresses with optional filtering
- [Get vault total value](/api-reference/vaults/get-vault-total-value): Get the total USD value across all vault assets
- [List vault addresses](/api-reference/vaults/list-vault-addresses): Get all vault addresses for the authenticated tenant
- [List vaults](/api-reference/vaults/list-vaults): List all vault accounts for the authenticated tenant
- [Create/assign a new wallet](/api-reference/wallets/create-assign-a-new-wallet): Assign a blockchain wallet to a user with the specified network and owner ID.
- [Get wallet details by address](/api-reference/wallets/get-wallet-details-by-address): Get detailed wallet information including all asset balances for a specific address
- [Get wallet details by ID](/api-reference/wallets/get-wallet-details-by-id): Get detailed wallet information including all asset balances for a specific wallet ID
- [Get wallets by owner](/api-reference/wallets/get-wallets-by-owner): Get all wallets assigned to a specific owner with optional filtering
- [List assigned wallets](/api-reference/wallets/list-assigned-wallets): Get a paginated list of assigned wallets for the authenticated tenant with filtering and sorting support
-->

# Supported Networks \[Chains and tokens for the Stridge payment infra]

The Stridge payment infrastructure supports six production networks and
their native assets, plus stablecoin coverage (USDT and USDC) across the
most common EVM chains. All networks are available through the same
[REST API](/api-reference), the SDKs, and the [Gateway Kit](/gateway).

## Identifiers

Every API request that targets a chain uses a `network_id`. Stridge
follows the [SLIP-44] registered coin types — `60` for Ethereum, `195`
for Tron, and so on. This is a blockchain-wide standard, not an EVM
standard, so it works uniformly for both EVM and non-EVM chains.

For EVM chains you can additionally resolve an [EIP-155] `chain_id`
(e.g. `1` for Ethereum, `56` for BNB Smart Chain) — used when signing
transactions or matching wallet RPC networks. Both values are returned
by [`GET /v1/networks/list`](/api-reference/networks/get-network-list).

[SLIP-44]: https://github.com/satoshilabs/slips/blob/master/slip-0044.md

[EIP-155]: https://eips.ethereum.org/EIPS/eip-155

## Networks

| Network             | `network_id` (SLIP-44) | `chain_id` (EIP-155) | Family  | Native |
| ------------------- | ---------------------- | -------------------- | ------- | ------ |
| <img src="https://cdn.stridge.com/networks/60.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Ethereum         | `60`   | `1`     | EVM     | ETH   |
| <img src="https://cdn.stridge.com/networks/9006.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> BNB Smart Chain  | `9006` | `56`    | EVM     | BNB   |
| <img src="https://cdn.stridge.com/networks/9001.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Arbitrum One     | `9001` | `42161` | EVM L2  | ETH   |
| <img src="https://cdn.stridge.com/networks/966.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Polygon PoS      | `966`  | `137`   | EVM     | MATIC |
| <img src="https://cdn.stridge.com/networks/8453.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Base             | `8453` | `8453`  | EVM L2  | ETH   |
| <img src="https://cdn.stridge.com/networks/195.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Tron             | `195`  | —       | Non-EVM | TRX   |

## Supported tokens

One row per token. The `Networks` column lists every chain the token is
currently available on — adding a new token or deployment is just a new
row (or another chain in an existing row).

| Token | Symbol | Type       | Networks                                  |
| ----- | ------ | ---------- | ----------------------------------------- |
| <img src="https://cdn.stridge.com/assets/eth.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Ether        | `ETH`   | Native     | Ethereum, Arbitrum, Base                  |
| <img src="https://cdn.stridge.com/assets/bnb.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> BNB          | `BNB`   | Native     | BNB Smart Chain                           |
| <img src="https://cdn.stridge.com/assets/matic.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Polygon      | `MATIC` | Native     | Polygon                                   |
| <img src="https://cdn.stridge.com/assets/trx.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Tronix       | `TRX`   | Native     | Tron                                      |
| <img src="https://cdn.stridge.com/assets/usdt.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> Tether USD   | `USDT`  | Stablecoin | Ethereum, BNB Smart Chain, Arbitrum, Tron |
| <img src="https://cdn.stridge.com/assets/usdc.svg" alt="" width="16" height="16" style={{verticalAlign:'-3px',marginRight:'6px'}} /> USD Coin     | `USDC`  | Stablecoin | Ethereum, Arbitrum                        |

:::info
More stablecoin deployments (USDT on Polygon / Base, USDC on BNB Smart
Chain / Polygon / Base / Tron) will be added as they roll out. Track
updates in the [Changelog](/changelog).
:::

## Using networks via the API

Every supported network is queryable through
[`GET /v1/networks/list`](/api-reference/networks/get-network-list),
which returns the SLIP-44 `network_id`, the canonical name, the network
icon, and the list of supported assets with their on-chain addresses.

```bash
curl -X GET 'https://api.stridge.com/v1/networks/list' \
  -H 'X-API-Key: your_api_key_here'
```

Requests that target a specific chain — creating wallets, reading
balances, or submitting transfers — pass the same `network_id`:

```bash
curl -X POST 'https://api.stridge.com/v1/wallets' \
  -H 'X-API-Key: your_api_key_here' \
  -H 'Content-Type: application/json' \
  -d '{
    "network_id": "60",
    "owner": "user_123"
  }'
```

Stridge routes the operation to the correct chain and returns a unified
response envelope regardless of the underlying blockchain.

## Icon assets

Icons are served from the Stridge CDN and can be embedded directly in
dashboards or checkout UIs:

* Networks: `https://cdn.stridge.com/networks/{network_id}.svg` — e.g.
  [`/networks/60.svg`](https://cdn.stridge.com/networks/60.svg) for
  Ethereum.
* Assets: `https://cdn.stridge.com/assets/{symbol}.svg` — lowercase
  symbol, e.g. [`/assets/usdt.svg`](https://cdn.stridge.com/assets/usdt.svg).

## Next

* Start with the [Getting Started](/getting-started) guide.
* Browse the [API Reference](/api-reference) for endpoint details.
* Read about the [Gateway Kit](/gateway) for any-to-any payments across
  these networks.
