Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://damm-api.meteora.ag/pool-configs
const options = {method: 'GET'};fetch('https://damm-api.meteora.ag/pool-configs', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
false
[ { "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>" } ]
Was this page helpful?