Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Token contract address (0x...) |
symbol | string | No | Token symbol (auto-fetched if omitted) |
decimals | integer | No | Decimal places (auto-fetched if omitted); 0-100 |
name | string | No | Display name |
networks:update
Register an ERC-20 token on a blockchain network. The token will become available for transactions and balance tracking on that network.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Network identifier |
| Field | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Token contract address (0x...) |
symbol | string | No | Token symbol (auto-fetched if omitted) |
decimals | integer | No | Decimal places (auto-fetched if omitted); 0-100 |
name | string | No | Display name |
networks:update