curl --request GET \
--url https://merv2-api.meteora.ag/vault_state/{token_mint}
{
"symbol": "USDC",
"token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"is_monitoring": true,
"vault_order": 1,
"usd_rate": 1,
"closest_apy": 0.05,
"average_apy": 0.048,
"long_apy": 0.052,
"earned_amount": 1000000,
"virtual_price": "1.05234",
"enabled": 1,
"lp_mint": "7dHbWXmci3dT6jZtZwrzqQzrmSjmKhc2EEcr6rKhTgvD",
"fee_pubkey": "HKy7a5FnL8Qg2HUE6YRkG6xfv8FvVcFqPXvR6T7bGpQ2",
"total_amount": 50000000,
"total_amount_with_profit": 52500000,
"token_amount": 51000000,
"fee_amount": 250000,
"lp_supply": 48500000,
"earned_usd_amount": 1000,
"strategies": [
{
"pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"reserve": "8UJgxaiQx5nTrdDgph5FiahMmzduuLTLf5WmsPegYA6W",
"strategy_type": "Solend",
"strategy_name": "Solend USDC Main Pool",
"liquidity": 10000000,
"max_allocation": 50,
"isolated": false,
"disabled": false,
"safe_utilization_threshold": 80
}
],
"timestamp": 1640995200
}
Returns the current state of a specific vault identified by its token mint address
curl --request GET \
--url https://merv2-api.meteora.ag/vault_state/{token_mint}
{
"symbol": "USDC",
"token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"is_monitoring": true,
"vault_order": 1,
"usd_rate": 1,
"closest_apy": 0.05,
"average_apy": 0.048,
"long_apy": 0.052,
"earned_amount": 1000000,
"virtual_price": "1.05234",
"enabled": 1,
"lp_mint": "7dHbWXmci3dT6jZtZwrzqQzrmSjmKhc2EEcr6rKhTgvD",
"fee_pubkey": "HKy7a5FnL8Qg2HUE6YRkG6xfv8FvVcFqPXvR6T7bGpQ2",
"total_amount": 50000000,
"total_amount_with_profit": 52500000,
"token_amount": 51000000,
"fee_amount": 250000,
"lp_supply": 48500000,
"earned_usd_amount": 1000,
"strategies": [
{
"pubkey": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"reserve": "8UJgxaiQx5nTrdDgph5FiahMmzduuLTLf5WmsPegYA6W",
"strategy_type": "Solend",
"strategy_name": "Solend USDC Main Pool",
"liquidity": 10000000,
"max_allocation": 50,
"isolated": false,
"disabled": false,
"safe_utilization_threshold": 80
}
],
"timestamp": 1640995200
}
The token mint address (Solana public key)
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Vault state information
Complete state information for a vault
Was this page helpful?