excalibur_fetch_dynamic_block
Redeem a resolve_dynamic_block claim check (free, proof-gated).
Poll this with the claim_check from resolve_dynamic_block until
status == "done" (the resolved fragment is result.text). While the
job runs it returns {"status": "running", "poll_after_seconds": N}; on
failure {"status": "error", ...} (the start fare is refunded); an unknown
or aged-out claim returns {"status": "expired", ...}. Owner-scoped — only
the npub that started the job can redeem it. Also acts as the watchdog: a
stalled job is re-kicked when polled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...). | |
| dpop_token | No | ||
| claim_check | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||