Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.
| Parameter | Type | Required | Description |
|---|---|---|---|
networkId | UUID | Yes | Network identifier |
tokenId | UUID | Yes | Token identifier |
| Field | Type | Required | Description |
|---|---|---|---|
address | string | No | Token contract address |
symbol | string | No | Token symbol |
name | string | No | Token name |
decimals | integer | No | Token decimals (0-100) |
status | enum | No | Token status: "active" or "inactive" |
networks:update
Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.
| Parameter | Type | Required | Description |
|---|---|---|---|
networkId | UUID | Yes | Network identifier |
tokenId | UUID | Yes | Token identifier |
| Field | Type | Required | Description |
|---|---|---|---|
address | string | No | Token contract address |
symbol | string | No | Token symbol |
name | string | No | Token name |
decimals | integer | No | Token decimals (0-100) |
status | enum | No | Token status: "active" or "inactive" |
networks:update