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

ParameterTypeRequiredDescription
idUUIDYesNetwork identifier

Request Body

FieldTypeRequiredDescription
addressstringYesToken contract address (0x...)
symbolstringNoToken symbol (auto-fetched if omitted)
decimalsnumberNoDecimal places (auto-fetched if omitted)
namestringNoDisplay 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