curl --location --request PUT 'https://tokenet-ng-api.digitalprimetechnologies.co/orders/9a3f7e9a-0e3e-4f73-9a5b-2c9f18c3f8a1' \
--header 'If-Match;' \
--header 'If-None-Match;' \
--header 'If-Modified-Since;' \
--header 'If-Unmodified-Since;' \
--header 'Content-Type: application/json' \
--data '{
"order": {
"asset_custodian": "string",
"collateral_custodian": "string",
"collateral_type": "string",
"counterparty_id": "string",
"liquidation_percent": "string",
"margin_call_percent": "string",
"quantity": "string",
"rate": 0,
"requirement_percent": 0
},
"update_mask": {
"paths": [
"display_name",
"email"
]
}
}'{
"order": {
"asset": "BTC_S",
"asset_custodian": "anchorage",
"asset_notional_usd": "969.11700",
"ccr_percent": "100",
"collateral_asset": "ETHSEP",
"collateral_custodian": "anchorage",
"collateral_notional_usd": "1017.57285",
"collateral_type": "RESTRICTED",
"create_time": "2026-02-02T16:46:44Z",
"liquidation_percent": "95.25",
"ltv_percent": "100",
"margin_call_percent": "100.5",
"name": "orders/3b9cfd35-f5a0-4439-96dd-d54c0982704b",
"normalized_asset": "BTC",
"normalized_collateral_asset": "ETH",
"organization_id": "organizations/ac64de25-778c-45d7-97f1-8ae1638e1948",
"organization_name": "Acme Capital",
"quantity": "0.012300000000000000",
"rate": 3.5,
"requirement_percent": 105,
"side": "LEND",
"status": "active",
"update_time": "2026-02-02T16:46:44Z"
}
}