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
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