Skip to main content
With Enso API, you can retrieve detailed information about DeFi protocols, tokens, and user balances. These endpoints enable you to build data-rich applications with comprehensive DeFi protocol information.

Protocol Information

The Protocol API endpoints provide access to DeFi protocol data, standards, and volume metrics.

Get Supported Protocols

Retrieve a list of all protocols supported by Enso, including names, logos, and supported chains. API Reference: GET /v1/protocols
EnsoSDK

Get Protocol Standards and Actions

Access detailed information about protocols’ supported actions and standards. This helps you understand which operations can be performed with specific protocols. API Reference: GET /v1/standards
EnsoSDK

Get Protocol Volume Data

Retrieve transaction volume on a given chain. API Reference: GET /volume/{chainId}
EnsoSDK

Position Information

The Token API delivers data about DeFi assets including pricing, composition, and yield metrics. Filter tokens by protocol, chain, underlying assets, APY, or TVL to discover specific DeFi opportunities.

Filter Supported Tokens

Query tokens based on various criteria like protocol, underlying assets, or token type. This helps users discover specific DeFi opportunities. API Reference: GET /v1/tokens
EnsoSDK

Get Protocol TVL and APY Data

Access yield and total value locked (TVL) information for DeFi protocols. This data is crucial for comparing investment opportunities across the DeFi landscape. API Reference: GET /v1/tokens with APY filters
EnsoSDK

Get Token Prices

Retrieve current token prices with confidence scores, supporting decision-making around token swaps and valuations. API Reference: GET /prices/token-price
EnsoSDK
I’ll add the token information use cases with the specified layout and examples:

Get Information for Several Tokens

Retrieve detailed information about multiple tokens in a single request to support portfolio analysis or multi-token operations. API Reference: GET /v1/tokens
EnsoSDK

Fetch All Tokens from a Specific Protocol

Get a comprehensive list of all tokens associated with a particular protocol to understand available investment options. API Reference: GET /v1/tokens
EnsoSDK

Filter by Token Type and Minimum TVL

Find specific token types with a minimum TVL (Total Value Locked) threshold to focus on well-established and liquid DeFi positions. API Reference: GET /v1/tokens
EnsoSDK

Updated