Add token to network
Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Token contract address (0x...) |
symbol | string | No | Token symbol (auto-fetched if omitted) |
decimals | number | No | Decimal places (auto-fetched if omitted) |
name | string | No | Display name |
Use Cases
- Add stablecoins (USDC, USDT) to a network
- Register custom or proprietary tokens
- Enable new tokens for organization-wide use
Required Permission
networks:update
Add token to network
Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Token contract address (0x...) |
symbol | string | No | Token symbol (auto-fetched if omitted) |
decimals | number | No | Decimal places (auto-fetched if omitted) |
name | string | No | Display name |
Use Cases
- Add stablecoins (USDC, USDT) to a network
- Register custom or proprietary tokens
- Enable new tokens for organization-wide use
Required Permission
networks:update