Skip to main content
GET
/
fee-share
/
admin
/
list
List tokens where wallet is fee share admin
curl --request GET \
  --url https://public-api-v2.bags.fm/api/v1/fee-share/admin/list \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "response": {
    "tokenMints": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.bags.fm/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

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

Query Parameters

wallet
string
required

Public key of the wallet to check admin status for

Response

Successfully retrieved admin token list

success
boolean
required
Example:

true

response
object