Core APIReferenceUserAddress

/user/{address}/details

Gets user's current TVL and weighted average APY across all vault holdings

GET
/user/{address}/details

Gets user's current TVL and weighted average APY across all vault holdings

Path Parameters

address*string

User wallet address

Match^0x[a-fA-F0-9]+$

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/user/0x1234567890123456789012345678901234567890/details"
{  "data": {    "tvl": 10500.25,    "apy": 0.0525  }}