Protocol
Protocol data description
A protocol corresponds to a DEX protocol supported by sentry. It contains the following fields:
Name | type | description |
---|---|---|
id | string | The ID of the protocol |
chainId | string | The ID of the chain |
baseProtocolId | string | The ID of the protocol this protocol is based on. For instance Sushiswap is a fork of Uniswap. So Sushiswap protocol will have as basePorotocolId the ID of Uniswap V2. |
name | string | the name of the protocol |
Last updated