cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/fee-share/partner-config/stats \ --header 'x-api-key: <api-key>'
{ "success": true, "response": { "claimedFees": "<string>", "unclaimedFees": "<string>" } }
Retrieve partner statistics including claimed and unclaimed fees for a given partner
Documentation IndexFetch the complete documentation index at: https://docs.bags.fm/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bags.fm/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Provide your API key as the header value.
Public key of the partner wallet
Successfully retrieved partner claim stats
true
Show child attributes