For partners
Read what the Cadea contracts recorded on Robinhood Chain from one API: plates, listings, auctions, coins, leaderboards and the demand board. It only reads; every write stays in the visitor’s own wallet.
Call itno sign-up needed to read
curl -i "https://cadea.family/api/v1/status"curl -H "x-api-key: vk_<id>_<secret>" \
"https://cadea.family/api/v1/plates?status=listed&sort=price_asc&limit=5"curl -H "Authorization: Bearer vk_<id>_<secret>" \
"https://cadea.family/api/v1/leaderboards?season=current"Addresses come back in lower-case hex, amounts in wei as decimal strings. A list takes limit and offset. An unknown or revoked key is refused with 401; it is never served as anonymous.
Your call, just nowGET /status from this browser
Calling…
- RateLimit-Limit
- calls allowed in the window
- RateLimit-Remaining
- calls left in it
- RateLimit-Reset
- seconds until it starts over
- Retry-After
- on a 429 only: seconds to wait
Routesfrom the OpenAPI document
Errorsone shape for every refusal
{"error":{"code":"bad_request","message":"owner must be an address"}}- 400bad_requestA parameter is not valid
- 401invalid_keyThe key is unknown or revoked
- 404not_foundNothing at this path
- 405method_not_allowedThe API only reads: GET and HEAD
- 429rate_limitedOver the limit; Retry-After says when to try again
- 503unavailableThe index cannot be read just now
Keysfor partners that need more
Keys are issued by the Cadea team. There is no form on this site to request one yet.
A key belongs to one named partner and carries its own limit a minute. It looks like vk_<id>_<secret>; the service keeps only a hash of it, so a lost key is replaced rather than recovered, and any key can be revoked.
Reading without a key works for everything on this page. A key only raises the limit.
Coming laterfor launchpads that build on Cadea
The ticker widget
Coming soonOne snippet for a launchpad’s create form: as a creator types a ticker, it shows the plate that spells it, for sale or to grind, with every action signed in the creator’s own wallet.
A partner share on chain
Coming soonA share of the launch fee paid by the contract to a launchpad that launches through Cadea. Until it exists, the referral shares on the fees page are what a referrer receives.
Launching through Cadea today works the same for everyone: launch a coin and read the fees.