Skip to main content
POST
/
api
/
v1
/
lsps1
/
retry_delivery
Retry Delivery
curl --request POST \
  --url https://api.staging.kaleidoswap.com/api/v1/lsps1/retry_delivery \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_id": "<string>"
}
'
{
  "status": "processing",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for /retry_delivery endpoint to trigger immediate keysend retry

order_id
string
required

Order ID to retry asset delivery for

Response

Successful Response

Response model for /retry_delivery endpoint

status
enum<string>
required

Status of the request

Available options:
processing,
not_found,
no_pending_delivery,
error
message
string
required

Human-readable message about the result