CORS
Handles CORS preflight requests
Path parameters
reclaimPubkeysstringRequired
The dash-separated list of hex-encoded x-only pubkeys used to generate the reclaim_script.
Responses
/deposit/reclaim-pubkeys/{reclaimPubkeys}
OPTIONS /deposit/reclaim-pubkeys/{reclaimPubkeys} HTTP/1.1
Host: localhost:3031
Accept: */*
Handles CORS preflight requests
Path parameters
recipientstringRequired
The recipient's hex-encoded scriptPubKey, used to filter withdrawals.
Responses
/withdrawal/recipient/{recipient}
OPTIONS /withdrawal/recipient/{recipient} HTTP/1.1
Host: localhost:3031
Accept: */*
Last updated
Was this helpful?