Skip to main content

Get staked tokens by wallet address

GET 

/staked_tokens/:accountAddress

Retrieves information about tokens staked by a specific wallet address.

Request

Path Parameters

    accountAddress stringrequired

    The wallet address to query staked tokens for.

Query Parameters

    apiKey stringrequired

    Your API key to authenticate requests.

Responses

Staked tokens information for the specified wallet address.

Schema
    totalStakedAmountUSD number
    totalEarnedAmountUSD number
    stakedTokens object[]
  • Array [
  • tokenAddress string
    tokenSymbol string
    tokenName string
    tokenLogoURI string
    unStakeTokenAddress string
    stakingProviderId string
    expired boolean
    stakingApr number
    tvl number
  • ]
Loading...

Was this page helpful?