Returns the available seed balance for the authenticated user, optionally with a per-source-type breakdown.
Returns the available seed balance for the authenticated user, optionally with a per-source-type breakdown.
bearer In: header
Include seed balance breakdown by source type (default: false)
application/json
curl -X GET "https://example.com/seeds"{ "available": 0, "breakdown": { "STAKING": 0, "QUEST": 0, "COMPETITION": 0, "MANUAL": 0, "REFERRAL_UNLOCK": 0, "REFERRAL_SHARE": 0, "AUCTION_BID": 0, "AUCTION_REFUND": 0, "AUCTION_REWARD": 0 }}