HomeDocumentationAPI Reference
Log In
API Reference

Get Vault Rates

Method Name

public/get_vault_rates

Get all vault rates.

Parameters

vault_typestring
Type of basis vault
enum lbtcweeth

Response

idstring or integerrequired
resultobjectrequired
result.base_balancestring or null
Base balance of the vault
result.funding_ratestring or null
Funding rate of the vault
result.interest_ratestring or null
Interest rate of the vault
result.lrt_pricestring or null
LRT price of the vault
result.perp_balancestring or null
Perp balance of the vault
result.quote_balancestring or null
Quote balance of the vault
result.ratestring or null
Rate of the vault
result.total_ratestring or null
Total rate of the vault
result.usd_deposit_amountstring or null
USD deposit amount of the vault
result.yearly_fundingstring or null
Yearly funding of the vault
result.yearly_intereststring or null
Yearly interest of the vault
result.yearly_static_LRT_yieldstring or null
Yearly static LRT yield of the vault

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}