{
  "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": "95fd5d41-a2e2-4be9-acf5-459f6c44ef3b",
  "timestamp": "2026-06-10T10:22:36.773Z"
}