Skip to main content
POST
Report TSS request callback

Headers

X-API-Key
string | null

Path Parameters

wallet_uuid
string<uuid>
required

Body

application/json

Body from UCW SDK TSSRequest (e.g. after polling the TSS node).

Core Engine reconciles state with WaaS using get_tss_request_by_id; the numeric status field is informational and not written to the database as the source of truth.

tss_request_id
string
required

WaaS TSS request id.

Minimum string length: 1
status
integer
required

UCW SDK Status enum (e.g. Approving=130, Completed=190).

results
UcwTssKeyShareGroupCallback · object[] | null
failed_reasons
string[] | null

Response

Successful Response

result
WalletTssCallbackResponse · object
required

TSS row after syncing from WaaS.

success
boolean
default:true
suggestion
string
default:""
message
string
default:""
meta
PaginationMeta · object | null

Pagination metadata for list responses.

Supports both legacy offset-based and cursor-based pagination. Cursor fields (has_more, after, before) are populated for cursor-paginated endpoints. Legacy fields (offset, limit) are populated when the caller uses the deprecated offset parameter.