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

ParameterTypeRequiredDescription
networkIdUUIDYesNetwork identifier
tokenIdUUIDYesToken identifier

Request Body

FieldTypeRequiredDescription
addressstringNoToken contract address
symbolstringNoToken symbol
namestringNoToken name
decimalsintegerNoToken decimals (0-100)
statusenumNoToken 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