Claim a unit
Hands a unit to a recipient address, authorized by the tap session token. execution:"endstate_relay" submits the claim for you; execution:"client_broadcast" returns a claim payload for you to submit. Poll GET /v1/units//claims/ for status. Send an Idempotency-Key header to make a retry safe: the same key replays the original response instead of creating a second claim.
Authorizations
Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_ZW5kc3RhdGUtZXhhbXBsZS1zZXNzaW9uLXRva2VuAAA).
Headers
Unique key that makes this request safe to retry. Replaying the key with the same body returns the original response with Idempotent-Replayed: true; replaying it with a different body returns 409 idempotency.key_conflict.
1 - 255"a1b2c3d4-0000-4000-8000-000000000000"
Path Parameters
Body
Recipient address.
^0x[a-fA-F0-9]{40}$"0x1111111111111111111111111111111111111111"
endstate_relay submits the claim for you. client_broadcast returns a claim payload for you to submit.
endstate_relay, client_broadcast "endstate_relay"

