curl --request GET \
--url https://dammv2-api.meteora.ag/pools/{address}
{
"data": {
"alpha_vault": "<string>",
"apr": 123,
"base_fee": 123,
"collect_fee_mode": 123,
"created_at_slot": 123,
"created_at_slot_timestamp": 123,
"creator": "<string>",
"dynamic_fee": 123,
"farm_active": true,
"fee24h": 123,
"fee_scheduler_mode": 123,
"fee_tvl_ratio": 123,
"has_farm": true,
"launchpad": "<string>",
"liquidity": "<string>",
"max_price": "<string>",
"min_price": "<string>",
"permanent_lock_liquidity": "<string>",
"pool_address": "<string>",
"pool_name": "<string>",
"pool_price": 123,
"pool_type": 123,
"sqrt_max_price": "<string>",
"sqrt_min_price": "<string>",
"sqrt_price": 123,
"token_a_amount": 123,
"token_a_amount_usd": 123,
"token_a_mint": "<string>",
"token_a_symbol": "<string>",
"token_a_vault": "<string>",
"token_b_amount": 123,
"token_b_amount_usd": 123,
"token_b_mint": "<string>",
"token_b_symbol": "<string>",
"token_b_vault": "<string>",
"tokens_verified": true,
"tvl": 123,
"updated_at": 123,
"virtual_price": 123,
"volume24h": 123
},
"error": {
"message": "<string>",
"type": "<string>"
},
"status": 123
}
curl --request GET \
--url https://dammv2-api.meteora.ag/pools/{address}
{
"data": {
"alpha_vault": "<string>",
"apr": 123,
"base_fee": 123,
"collect_fee_mode": 123,
"created_at_slot": 123,
"created_at_slot_timestamp": 123,
"creator": "<string>",
"dynamic_fee": 123,
"farm_active": true,
"fee24h": 123,
"fee_scheduler_mode": 123,
"fee_tvl_ratio": 123,
"has_farm": true,
"launchpad": "<string>",
"liquidity": "<string>",
"max_price": "<string>",
"min_price": "<string>",
"permanent_lock_liquidity": "<string>",
"pool_address": "<string>",
"pool_name": "<string>",
"pool_price": 123,
"pool_type": 123,
"sqrt_max_price": "<string>",
"sqrt_min_price": "<string>",
"sqrt_price": 123,
"token_a_amount": 123,
"token_a_amount_usd": 123,
"token_a_mint": "<string>",
"token_a_symbol": "<string>",
"token_a_vault": "<string>",
"token_b_amount": 123,
"token_b_amount_usd": 123,
"token_b_mint": "<string>",
"token_b_symbol": "<string>",
"token_b_vault": "<string>",
"tokens_verified": true,
"tvl": 123,
"updated_at": 123,
"virtual_price": 123,
"volume24h": 123
},
"error": {
"message": "<string>",
"type": "<string>"
},
"status": 123
}
Case sensitive search. If true, this will search for the exact address. Default is true.
The response is of type object
.
Was this page helpful?