curl --request GET \
--url https://dlmm-api.meteora.ag/pair/group_pair/{lexical_order_mints}
[
{
"address": "<string>",
"apr": 123,
"apy": 123,
"base_fee_percentage": "<string>",
"bin_step": 1,
"cumulative_fee_volume": "<string>",
"cumulative_trade_volume": "<string>",
"current_price": 123,
"farm_apr": 123,
"farm_apy": 123,
"fee_tvl_ratio": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
},
"fees": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
},
"fees_24h": 123,
"hide": true,
"is_blacklisted": true,
"is_verified": true,
"launchpad": "<string>",
"liquidity": "<string>",
"max_fee_percentage": "<string>",
"mint_x": "<string>",
"mint_y": "<string>",
"name": "<string>",
"protocol_fee_percentage": "<string>",
"reserve_x": "<string>",
"reserve_x_amount": 1,
"reserve_y": "<string>",
"reserve_y_amount": 1,
"reward_mint_x": "<string>",
"reward_mint_y": "<string>",
"tags": [
"<string>"
],
"today_fees": 123,
"trade_volume_24h": 123,
"volume": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
}
}
]
curl --request GET \
--url https://dlmm-api.meteora.ag/pair/group_pair/{lexical_order_mints}
[
{
"address": "<string>",
"apr": 123,
"apy": 123,
"base_fee_percentage": "<string>",
"bin_step": 1,
"cumulative_fee_volume": "<string>",
"cumulative_trade_volume": "<string>",
"current_price": 123,
"farm_apr": 123,
"farm_apy": 123,
"fee_tvl_ratio": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
},
"fees": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
},
"fees_24h": 123,
"hide": true,
"is_blacklisted": true,
"is_verified": true,
"launchpad": "<string>",
"liquidity": "<string>",
"max_fee_percentage": "<string>",
"mint_x": "<string>",
"mint_y": "<string>",
"name": "<string>",
"protocol_fee_percentage": "<string>",
"reserve_x": "<string>",
"reserve_x_amount": 1,
"reserve_y": "<string>",
"reserve_y_amount": 1,
"reward_mint_x": "<string>",
"reward_mint_y": "<string>",
"tags": [
"<string>"
],
"today_fees": 123,
"trade_volume_24h": 123,
"volume": {
"hour_1": 123,
"hour_12": 123,
"hour_2": 123,
"hour_24": 123,
"hour_4": 123,
"min_30": 123
}
}
]
Lexical ordered token mints of the pair
The response is of type object[]
.
Was this page helpful?