Execute order
Last updated
Last updated
POST /v1/swaps/stx/execute-order HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"signedTransaction": "...",
"providerCode": "bitflow"
}{
"orderId": "",
"unsignedTransaction": "..."
}