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
- Type: stringwalletrequired
Solana wallet
- Type: stringnetwork
devnet or mainnet
- Type: stringpayer
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"
}