{
  "status": "success",
  "data": {
    "endpoint": "https://trading4ai.com/api/v1/orders",
    "create_order": {
      "method": "POST",
      "note": "Create a new order with product_slug, asset, and buyer_reference."
    },
    "lookup_order": {
      "method": "GET",
      "endpoint_template": "https://trading4ai.com/api/v1/orders/{order_id}"
    },
    "payment_instruction": {
      "method": "GET",
      "endpoint_template": "https://trading4ai.com/api/v1/orders/{order_id}/payment"
    },
    "payment_verify": {
      "method": "POST",
      "endpoint_template": "https://trading4ai.com/api/v1/orders/{order_id}/payment/verify"
    }
  },
  "error": null,
  "request_id": "29354d24-4dcb-4399-9caf-b9c83b47c376",
  "timestamp": "2026-07-25T13:45:50.805Z"
}