Earn & Stake

General Info

Staking

GET /staking

Params

NameTypeDescription

network

String

option: bsc / avax / fantom / polygon / arbitrum

Each Token Returns

NameTypeDescription

apr

Decimal

Vault APR

total_staked

String

Total staked(value multiplied by10^<decimals>)(unit:WOO)

Earn

GET /yield

Params

NameTypeDescription

network

String

option: bsc / avax / fantom / polygon/ arbitrum / optimism

Returns

NameTypeDescription

total_deposit

String

total deposited(value multiplied by10^<decimals>)(unit:USD)

auto_compounding

Object

auto-compoundedyield aggregator

Auto-Compounding Returns

NameTypeDescription

<Vault Address>

Object

deposited token's vault_address

Auto-Compounding Symbol Returns

NameTypeDescription

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