https://swarms.world/api/product/fees
Returns the creator fees that the authenticated user has generated for one of their tokenized products (an agent or prompt with a launched token). Fee data is read live from the Jupiter partner API and reported in SOL.
Identify the product by its ticker, its product UUID, or its full Swarms product URL. The endpoint resolves the product against your account, determines the fee-vault wallet, and returns the product name and UUID along with its total, unclaimed, and claimed fees and the time of the read.
Authenticate with your Swarms API key in the Authorization header.
Only tokenized agents and prompts have creator fees. Tools and bundles are not tokenized and cannot be queried here.
Request
Headers
Query Parameters
Provide one of the following to identify the product. If multiple are supplied, they are checked in the order below.Response
Success (HTTP 200)
Fee amounts are in SOL.
Example success response:
0.
HTTP Status Codes
Example Request
Related Resources
Claim Fees API
Claim the unclaimed fees returned here
List Products API
List all products you’ve posted
Creator Fees
Understand how creator fees work
Tokenization
Launch a token for your agent or prompt