cURL
curl --request POST \ --url https://api.layerswap.io/api/v2/swaps/{swapId}/deposit_speedup \ --header 'Content-Type: application/json' \ --header 'X-LS-APIKEY: <api-key>' \ --data ' { "transaction_id": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>", "metadata": {} } }
Speed up deposit detection with deposit transaction hash.
Success
Show child attributes
Was this page helpful?