Skip to main content
GET
/
solana
/
bags
/
pools
Get Bags pools
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

onlyMigrated
boolean
default:false

When true, only returns pools that have migrated to DAMM v2

Response

Successfully retrieved pools

success
boolean
required
Example:

true

response
object[]