Skip to main content
GET
Approval Status
Requires authentication. Founder only.
Returns the founder’s on-chain token balance, how much the platform is approved to spend (ERC-20 allowance), how much is committed to active bounties, and how much is available for new bounties.
string
required
Project ID.

Example

Response

string
Founder’s on-chain token balance (bigint as string).
string
ERC-20 allowance granted to the platform wallet (bigint as string).
string
Total reward amount across all active bounties (open, claimed, in_review).
string
min(balance, allowance) - committed. The amount available for new bounties.
200

Errors