GET
/
pool-configs
get_all_pool_configs
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>"
  }
]

Response

200 - application/json

The response is of type object[].