Skip to main content
POST
/
exchange
/
orders
/
{id}
/
settlement
Record settlement (deprecated)
curl --request POST \
  --url http://localhost:4000/v1/exchange/orders/{id}/settlement \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

id
string
required

Query Parameters

integratorId
string
required

Response

201 - undefined