Skip to main content
POST
Submit the signed GeoOp

Authorizations

x-api-key
string
header
required

Body

application/json
geoOpToken
string
required

The sealed op returned by POST /swap/build-geo-op.

Minimum string length: 1
signature
string
required

Raw ECDSA signature over geoOpHash (EIP-191); the server assembles the final operation.

Response

200 - application/json

Default Response

swapId
string
required

Id used to poll status at GET /swap/status/:swapId.

status
enum<string>
required

Lifecycle state of a submitted swap.

Available options:
pending,
settled,
failed,
refunded