POST
/
token-launch
/
state
/
pool-config
Get pool config keys by fee claimer vaults
curl --request POST \
  --url https://public-api-v2.bags.fm/api/v1/token-launch/state/pool-config \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "feeClaimerVaults": [
    "<string>"
  ]
}'
{
  "success": true,
  "response": {
    "poolConfigKeys": [
      "<string>"
    ]
  }
}

Authorizations

x-api-key
string
header
required

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

Body

application/json

Response

200
application/json

Successfully retrieved pool config keys

The response is of type object.