Current Balance + Performance

The OpenPool API offers the capability to access the real-time and historical enriched balances and performance data of a given wallet or contract’s tokens (ERC-20’s), NFTs, and DeFi staked positions

The calculations utilized within this endpoint are referenced in the glossary.

In order for these requests to be successful, any address included in a given request must first be registered.

Requests

  • Get Token Balances + Performance
    • Summary: This endpoint returns Current Token Balance, Cost and Performance data for one or more registered wallets, including Price, Balance, Value, Cost Basis, Realized P&L and Unrealized P&L
    • Request Method: GET
  • Get NFT Balances + Performance
    • Summary:This endpoint returns Current NFT Balances, Cost and Floor Price for one or multiple wallets
    • Request Method: GET
  • Get DeFi Balances + Performance
    • Summary:This endpoint returns the DeFi Protocol name, Liquidity Pool/DeFi Strategy Name, Token Balance staked/lent/used in DeFi activities, and DeFi Position (like LP tokens received). It also returns any Income Accrual earned over the 24 hour period immediately preceding the query.
    • Request Method: GET

Guides