Skip to main content
POST
/
api
/
v2
/
swaps
/
{swapId}
/
deposit_speedup
Speed up deposit
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": {}
  }
}

Authorizations

X-LS-APIKEY
string
header
required

Headers

X-LS-APIKEY
string
default:NDBxG+aon6WlbgIA2LfwmcbLU52qUL9qTnztTuTRPNSohf/VnxXpRaJlA5uLSQVqP8YGIiy/0mz+mMeZhLY4/Q

Path Parameters

swapId
string<uuid>
required

Body

application/json
transaction_id
string

Response

200 - application/json

Success

error
object