Update network token
Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
networkId | UUID | Yes | Network identifier |
tokenId | UUID | Yes | Token identifier |
Request Body
| 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" |
Use Cases
- Correct token metadata if auto-fetch was wrong
- Update display name or symbol
- Adjust decimals for custom tokens
Required Permission
networks:update
Update network token
Update the configuration for a token registered on a network. Use this to modify display name, symbol, decimals, or other metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
networkId | UUID | Yes | Network identifier |
tokenId | UUID | Yes | Token identifier |
Request Body
| 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" |
Use Cases
- Correct token metadata if auto-fetch was wrong
- Update display name or symbol
- Adjust decimals for custom tokens
Required Permission
networks:update