Claim a unit
Claims
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.
POST
Claim a unit
Authorizations
Use Authorization: Bearer end_sess_* for V2 browser session tokens (e.g. end_sess_AbCd_example_token).
Path Parameters
Body
application/json
Recipient address.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x1111111111111111111111111111111111111111"
endstate_relay submits the claim for you. client_broadcast returns a claim payload for you to submit.
Available options:
endstate_relay, client_broadcast Example:
"endstate_relay"
Response
201 - application/json
The created claim.

