cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/solana/bags/pools \ --header 'x-api-key: <api-key>'
{ "success": true, "response": [ { "tokenMint": "<string>", "dbcConfigKey": "<string>", "dbcPoolKey": "<string>", "dammV2PoolKey": "<string>" } ] }
Retrieve a list of all Bags pools with their associated Meteora DBC and DAMM v2 pool keys
API key authentication. Provide your API key as the header value.
When true, only returns pools that have migrated to DAMM v2
Successfully retrieved pools
true
Show child attributes