Skip to content

OneClickSwapStatus

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / OneClickSwapStatus

Defined in: @sip-protocol/types/dist/index.d.ts:686

Status of a swap in the 1Click system

PENDING_DEPOSIT: "PENDING_DEPOSIT"

Defined in: @sip-protocol/types/dist/index.d.ts:688

Awaiting user deposit


PROCESSING: "PROCESSING"

Defined in: @sip-protocol/types/dist/index.d.ts:690

Deposit detected, execution in progress


SUCCESS: "SUCCESS"

Defined in: @sip-protocol/types/dist/index.d.ts:692

Successfully delivered to destination


INCOMPLETE_DEPOSIT: "INCOMPLETE_DEPOSIT"

Defined in: @sip-protocol/types/dist/index.d.ts:694

Deposit below minimum threshold


REFUNDED: "REFUNDED"

Defined in: @sip-protocol/types/dist/index.d.ts:696

Funds returned automatically


FAILED: "FAILED"

Defined in: @sip-protocol/types/dist/index.d.ts:698

Execution error occurred