Check Metaplex Genesis creator-fee rewards

​

Read-only check of claimable Genesis creator fees. The worker builds unsigned claim transactions via the Metaplex API; the browser wallet signs each one — the worker never signs.

Query Parameters

  • Solana wallet

  • devnet or mainnet

  • Fee payer override (optional)

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/genesis/rewards/status
curl 'https://api.musebook.trade/api/genesis/rewards/status?wallet='
{
  "ok": true,
  "claimable": true,
  "txCount": 1,
  "additionalProperty": "anything"
}