cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/solana/bags/pools/token-mint \ --header 'x-api-key: <api-key>'
{ "success": true, "response": { "tokenMint": "<string>", "dbcConfigKey": "<string>", "dbcPoolKey": "<string>", "dammV2PoolKey": "<string>" } }
Retrieve a single Bags pool by its token mint address, with its associated Meteora DBC and DAMM v2 pool keys
API key authentication. Provide your API key as the header value.
Public key of the token mint
Successfully retrieved pool
true
Show child attributes