curl --request GET \
--url https://stake-for-fee-api.meteora.ag/vault/filter
{
"data": [
{
"created_at_slot": 123,
"created_at_slot_timestamp": 123,
"created_at_tx_sig": "<string>",
"current_reward_token_a_usd": 123,
"current_reward_token_b_usd": 123,
"current_reward_usd": 123,
"daily_reward_usd": 123,
"flags": {
"tvl_usd_threshold": 123,
"tvl_usd_threshold_reached": true
},
"marketcap": 123,
"pool_address": "<string>",
"seconds_to_full_unlock": 123,
"stake_mint": "<string>",
"start_fee_distribute_timestamp": 123,
"token_a_mint": "<string>",
"token_a_symbol": "<string>",
"token_b_mint": "<string>",
"token_b_symbol": "<string>",
"total_staked_amount": 123,
"total_staked_amount_usd": 123,
"vault_address": "<string>"
}
],
"total": 1
}
curl --request GET \
--url https://stake-for-fee-api.meteora.ag/vault/filter
{
"data": [
{
"created_at_slot": 123,
"created_at_slot_timestamp": 123,
"created_at_tx_sig": "<string>",
"current_reward_token_a_usd": 123,
"current_reward_token_b_usd": 123,
"current_reward_usd": 123,
"daily_reward_usd": 123,
"flags": {
"tvl_usd_threshold": 123,
"tvl_usd_threshold_reached": true
},
"marketcap": 123,
"pool_address": "<string>",
"seconds_to_full_unlock": 123,
"stake_mint": "<string>",
"start_fee_distribute_timestamp": 123,
"token_a_mint": "<string>",
"token_a_symbol": "<string>",
"token_b_mint": "<string>",
"token_b_symbol": "<string>",
"total_staked_amount": 123,
"total_staked_amount_usd": 123,
"vault_address": "<string>"
}
],
"total": 1
}
The list of pool address. Maxium of 100 pool addresses
The response is of type object
.
Was this page helpful?