{
  "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": "e92ec541-0f91-4a69-b305-c99a1825566c",
  "timestamp": "2026-04-23T15:10:30.040Z"
}