Earn & Stake
General Info
The base endpoint is: https://fi-api.woo.org
All endpoints return JSON object.
Staking
GET /stakingv2
Returns
avg_apr
float
Average APR of all stakers
base_apr
float
Base apr based on the user's staked WOO only
Earn
GET /yield
Params
network
String
option: bsc
/ avax
/ polygon
/ arbitrum
/ optimism
/ zksync
/ base
/ mantle
Returns
total_deposit
String
total deposited(value multiplied by10^<decimals>
)(unit:USD)
auto_compounding
Object
auto-compounded
yield aggregator
Auto-Compounding Returns
<Vault Address>
Object
deposited token's vault_address
Auto-Compounding Symbol Returns
symbol
String
target tokensymbol
source
String
target farm(lowercase)
apy
Decimal
auto-compounded APR(unit: %
)
tvl
String
total deposit of single pool(value multiplied by10^<decimals>
)(unit:USD)
price
Decimal
USD price of symbol
share_price
String
net asset value per share
decimals
Integer
symbol decimals
, for tvl calculation
Last updated