Skip to main content
GET
get_vault_info

Response

List of vault states

symbol
string
required

Token symbol (e.g., USDC, SOL)

Example:

"USDC"

token_address
string
required

Token mint address

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

pubkey
string
required

Vault public key address

Example:

"9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"

is_monitoring
boolean
required

Whether the vault is currently being monitored

Example:

true

vault_order
integer<int32>
required

Display order of the vault

Example:

1

usd_rate
number<double>
required

Current USD exchange rate for the token

Example:

1

closest_apy
number<double>
required

Most recent APY calculation

Example:

0.05

average_apy
number<double>
required

Moving average APY

Example:

0.048

long_apy
number<double>
required

Long-term APY calculation

Example:

0.052

earned_amount
integer<uint64>
required

Total amount earned by the vault

Example:

1000000

virtual_price
string
required

Current virtual price as decimal string

Example:

"1.05234"

enabled
integer<uint8>
required

Whether the vault is enabled (1) or disabled (0)

Example:

1

lp_mint
string
required

LP token mint address

Example:

"7dHbWXmci3dT6jZtZwrzqQzrmSjmKhc2EEcr6rKhTgvD"

fee_pubkey
string
required

Fee collection account public key

Example:

"HKy7a5FnL8Qg2HUE6YRkG6xfv8FvVcFqPXvR6T7bGpQ2"

total_amount
integer<uint64>
required

Total amount deposited in the vault

Example:

50000000

total_amount_with_profit
integer<uint64>
required

Total amount including accumulated profits

Example:

52500000

token_amount
integer<uint64>
required

Current token amount in the vault

Example:

51000000

fee_amount
integer<uint64>
required

Accumulated fee amount

Example:

250000

lp_supply
integer<uint64>
required

Total LP token supply

Example:

48500000

earned_usd_amount
number<double>
required

Earned amount in USD

Example:

1000

strategies
object[]
required

List of strategies used by this vault

timestamp
integer<uint64>
required

Last update timestamp

Example:

1640995200