Skip to main content
POST
/
execute
Execute a matched trade payload
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>"
  }
}
'
{
  "accepted": true,
  "tx_hash": "<string>",
  "receipt_status": "<string>",
  "block_number": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.numofx.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
market
string
required
asset_address
string
required
module_address
string
required
maker_order_id
string
required
taker_order_id
string
required
actions
object[]
required
signatures
string[]
required
order_data
object
required

Response

Match accepted by executor

accepted
boolean
tx_hash
string
receipt_status
string
block_number
string