Skip to main content

Claim API

Verify your Solana Agentbot token balance and claim free agent credits. Token holders are assigned to a tier based on their balance, and credits are granted once per wallet. Claims require a cryptographic wallet signature to prove ownership.

Check eligibility

Checks whether a Solana address is eligible to claim credits without actually claiming. Returns the current token balance, matching tier, and whether the wallet has already claimed. Optionally returns a one-time nonce for use in the claim request.

Query parameters

Example request

Response

Response fields

Errors


Claim credits

Verifies wallet ownership via a signed message, checks the caller’s Solana token balance, and grants credits based on the matching tier. Each wallet can claim once. If no authenticated session exists, an account is created automatically from the wallet address. A successful claim also grants a Founding Community badge and enrolls the wallet in the community program. Builder and Whale tier holders unlock additional perks such as governance voting rights and a baseFM guest pass. See the community program API for details.

Request body

Example request

Credit tiers

Credits are determined by your Agentbot token balance at the time of the claim: The first matching tier is used (highest balance threshold first).

Response

Response fields

Errors

Error response (already claimed)

Error response (not eligible)

Claims require a wallet signature to prove ownership. Use a Solana wallet (e.g. Phantom, Solflare) to sign the claim message. The nonce is single-use and must be obtained from the GET endpoint before submitting the claim.