Skip to main content
PATCH
/
exchange
/
orders
/
{id}
/
deposit
Mark deposit (deprecated)
curl --request PATCH \
  --url http://localhost:4000/v1/exchange/orders/{id}/deposit \
  --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

200 - undefined