Protocol Response Fields

This page describes the fields of the response provided by the Protocols API

Supported Chains: Array of Objects with the following fields:

  • id: string- Chain ID (short name)

  • name: string- Chain name

  • logoURL: string- URL to the Chain logo

  • wrappedTokenId: string- address of the Wrapped Token

Supported Protocols: Array of Objects with the following fields:

  • chain: string- Chain ID (short name)

  • name: string- Protocol name

  • commonName: string- Protocol display name

  • logo: string- URL to the Protocol logo

  • site: string- URL to the Protocol site

  • hasSupportedPnlAndYield: boolean- additional P&L analytics support for both active (open) and past (closed) positions

Supported Chains for Advanced Transactions: Array of Objects with the following fields:

  • name: string- Chain ID (short name)

  • displayName: string- Chain display name

  • currency: string- Native Token name

  • explorerUrl: string- URL towards the blockchain explorer website

Last updated