curl --request POST \
--url https://api.numofx.com/execute \
--header 'Content-Type: application/json' \
--data '
{
"market": "<string>",
"asset_address": "<string>",
"module_address": "<string>",
"maker_order_id": "<string>",
"taker_order_id": "<string>",
"actions": [
{
"subaccount_id": "<string>",
"nonce": "<string>",
"module": "<string>",
"data": "<string>",
"expiry": "<string>",
"owner": "<string>",
"signer": "<string>"
}
],
"signatures": [
"<string>"
],
"order_data": {
"taker_account": "<string>",
"taker_fee": "<string>",
"fill_details": [
{
"filled_account": "<string>",
"amount_filled": "<string>",
"price": "<string>",
"fee": "<string>"
}
],
"manager_data": "<string>"
}
}
'