get https://web3api.io/api/v2/market/defi/lending/assets
Retrieves supported Lending Pairs.
Note: one of protocol
or asset
must be provided as a query param
Response Data
Field | Type | Description |
---|---|---|
payload.{address} |
| The address of the pair |
payload.{decimals} |
| The number of decimals associated to this asset |
payload.{protocolId} |
| The id of the lending protocol |
payload.{protocolChainId} |
| The chain on which this protocol runs |
payload.{protocolName} |
| The name of the lending protocol |
payload.{protocolVersion} |
| The version of the lending protocol |
payload.{symbol} |
| The symbol associated to the pair |