For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Signing Status

Get the current signable step for a swap. Use this after a mode: "async" build response, after a tx_request_expired error, or when resuming a multi-step execution.

Endpoint: GET /api/v1/swap/{swapId}/signing Auth: Required (Authorization: Bearer YOUR_API_KEY)

Path parameters

Field
Type
Required
Description

swapId

string

Yes

Swap ID returned by POST /swap/build

Example

curl -X GET 'https://api.gateway.zert.com/api/v1/swap/8933a4cd-a08d-43b7-a63f-d7c1a53fdbe8/signing' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Responses

Code
Description

200

A signable payload is ready

202

The swap is still building or waiting for the valid signing window

401

Unauthorized

404

Swap not found

409

Execution is terminal or the tx request is expired or not yet valid

503

Execution plan not yet readable

Zert API — Get Signing Status

Last updated