check_claim_status
Sender-facing claim status of a social send (FREE read).
Look up by claim_id (the send id) OR recipient (X handle); optionally
scope a recipient lookup to one sender_wallet. Returns {"sends": [...]}
each with status (pending/claimed/expired/returned), claim_date, returned_at,
recipient_wallet, amount, claim_link, expiry_ts, and expires_in_seconds (a live
countdown, 0 once expired). Never exposes the claim-code secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_id | No | ||
| caller_id | No | ||
| recipient | No | ||
| sender_wallet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||