Get user positions
x-api-key header required.
Path parameters
Wallet address to query. Pattern:
^0x[a-fA-F0-9]{40}$.Query parameters
APY averaging window to use in the response. Possible values:
1day, 7day, 30day.Example request
Example response
The response includes a key for every supported network (
mainnet, arbitrum, optimism, polygon, base, gnosis, unichain) even if the wallet has no positions on that network.Get user balances
x-api-key header required.
Query parameters
Wallet address to query. Pattern:
^0x[a-fA-F0-9]{40}$.Example request
Example response
Get past vault transactions by user address
x-api-key header required.
Path parameters
Network name or CAIP identifier. E.g.
mainnet, arbitrum, base.Vault contract address. Pattern:
^0x[a-fA-F0-9]{40}$.Wallet address of the holder. Pattern:
^0x[a-fA-F0-9]{40}$.Example request
Example response
Get estimated returns for a user’s vault position
x-api-key header required.
Path parameters
Network name or CAIP identifier.
Vault contract address. Pattern:
^0x[a-fA-F0-9]{40}$.Wallet address of the holder. Pattern:
^0x[a-fA-F0-9]{40}$.
