Get swap status
API Reference
Swap status
Fetch the latest LightSwap swap status, payout details, refund data, and lifecycle timestamps for your own records.
GET
Get swap status
Authorizations
API key. Keep this key on your backend.
Path Parameters
LightSwap swap ID returned by POST /swap.
Pattern:
^[A-Z0-9]{12}$Example:
"AB12CD34EF56"
Response
Latest swap status.
Pattern:
^[A-Z0-9]{12}$Example:
"AB12CD34EF56"
Example:
"order-123"
Available options:
waiting_deposit, deposit_detected, underpaid, processing, completed, refunded, failed, expired Example:
"u_123"

