curl --request GET \
--url https://damm-api.meteora.ag/pool-configs
[
{
"activation_duration": 123,
"activation_type": 123,
"config_address": "<string>",
"pool_creator_authority": "<string>",
"protocol_fee_bps": 123,
"trade_fee_bps": 123,
"vault_config_key": "<string>"
}
]
curl --request GET \
--url https://damm-api.meteora.ag/pool-configs
[
{
"activation_duration": 123,
"activation_type": 123,
"config_address": "<string>",
"pool_creator_authority": "<string>",
"protocol_fee_bps": 123,
"trade_fee_bps": 123,
"vault_config_key": "<string>"
}
]
The response is of type object[]
.
Was this page helpful?