Skip to Content
APIDeep AnalysisGet DeFi Pool Info

Get DeFi Pool Info

1. Overview & Typical Use

Returns the list of all tracked stablecoin DeFi pools with their TVL and token composition details.

  • Typical use: enumerate all tracked pools; display a pool directory with TVL and token pairs.
  • When not to use: for a specific pool’s metrics or historical TVL use “Get DeFi Pool Overview” or “Get DeFi Pool TVL Change”.

2. Endpoint & Authentication

GET /api/stableCoin/pool/info

For Base URL and authentication, see Common Network & Authentication.

3. Request

No request parameters.

4. Response

The response is a JSON array directly (not wrapped in an object).

Array element (pool)

FieldTypeRequiredDescriptionUnit/Precision
poolAddressstringRequiredPool contract address
poolNamestringRequiredPool name
tvlstringRequiredCurrent total value locked in USDUSD
tokensarrayRequiredToken list for this pool

tokens[] element

FieldTypeRequiredDescriptionUnit/Precision
tokenIdstringRequiredToken contract address
tokenAbbrstringRequiredToken abbreviation
tokenNamestringRequiredToken name
tokenDecimalintegerRequiredToken decimal precision
tokenTypestringRequiredToken standard (e.g., trc20)
vipbooleanRequiredWhether the token is VIP-tagged
issuerAddrstringRequiredToken issuer address
tokenLogostringRequiredToken logo URL
tokenLevelstringRequiredToken trust level
tokenCanShowintegerRequiredDisplay flag: 1 = show

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • General error handling rules apply; no special error scenarios.
Last updated on: