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 and any Claimed Rewards held in your wallet(s).
    • 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 rewards or interest Income Accrual earned over the lifetime of the position.
    • Request Method: GET
  • Get Portfolio Balances & Performance
    • Summary: This endpoint returns financial metrics by position across both your token holdings and DeFi positions. Use this endpoint to get position-level market value, P&Ls, Cost/Principal, Reward and Interest Accruals across your portfolio, allowing you to track portfolio performance by position.
    • Request Method: GET
  • Get Portfolio Summary
    • Summary: This endpoint returns summarized financial metrics across both your token holdings and DeFi activities, including Total Current Value, Unrealized P&L, Realized P&L, Cost Basis, Claimed Rewards, Claimable Rewards, and DeFi Accruals. Use this endpoint to track holistic performance at the portfolio level.
    • Request Method: GET

Guides