cURL
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>" ] } }
Returns a list of token mints where the given wallet is the fee share admin.
API key authentication. Provide your API key as the header value.
Public key of the wallet to check admin status for
Successfully retrieved admin token list
true
Show child attributes