cURL
standard
curl --request POST \ --url http://localhost:8081/claims \ --header 'Content-Type: application/json' \ --data ' { "order_id": "ord_123", "secret": "0x0000000000000000000000000000000000000000000000000000000000000001" } '
{ "status": "Success", "result": { "status": "accepted", "order_id": "<string>" } }
Submits a gasless destination claim for an existing order. Returns after queueing the transaction; it does not wait for mining.
Order ID from the orderbook.
32-byte HTLC preimage as hex, with or without 0x prefix.
Show child attributes
Claim accepted and queued.
Success