# Place order

## POST /v1/swaps/utxo/place-order

> \<h2>Coming soon...\</h2>\<br/>Place a UTXO-based marketplace order and get back an unsigned PSBT.&#x20;

```json
{"openapi":"3.0.3","info":{"title":"SecretKeyLabs API","version":"1.0.0"},"tags":[],"servers":[{"url":"https://api.secretkeylabs.io"}],"security":[{"apiKey":[]}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","name":"x-api-key","in":"header"}}},"paths":{"/v1/swaps/utxo/place-order":{"post":{"tags":["Swaps"],"description":"<h2>Coming soon...</h2><br/>Place a UTXO-based marketplace order and get back an unsigned PSBT. ","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{}}}}}}}}}}
```
