Skip to main content
GET
/
fee-share
/
partner-config
/
stats
Get partner stats
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>"
  }
}

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

partner
string
required

Public key of the partner wallet

Response

Successfully retrieved partner claim stats

success
boolean
required
Example:

true

response
object