# 1.3 Response Parameters

#### Top-level Structure

| Parameter | Type    | Description                        |
| --------- | ------- | ---------------------------------- |
| success   | boolean | Whether the request was successful |
| data      | array   | Response data array                |
| id        | number  | Request identifier                 |

#### Data Array Elements

#### 1. XFlows Quote Information (First Element)

| Parameter | Type    | Description         |
| --------- | ------- | ------------------- |
| name      | string  | Service name        |
| success   | boolean | Whether successful  |
| data      | object  | Detailed quote data |

#### Data Object Structure

| Parameter | Type   | Description                                         |
| --------- | ------ | --------------------------------------------------- |
| amountOut | number | Estimated amount to receive                         |
| extraInfo | object | Additional information (including path, fees, etc.) |
| tx        | object | Transaction information                             |

#### Transaction Object Structure

| Parameter | Type   | Description             |
| --------- | ------ | ----------------------- |
| value     | string | Transaction value       |
| to        | string | Target contract address |
| data      | string | Transaction data        |

#### 2. Risk Detection Information (Second Element)

| Parameter | Type    | Description                      |
| --------- | ------- | -------------------------------- |
| name      | string  | Detection service name           |
| success   | boolean | Whether detection was successful |
| isRisk    | boolean | Whether risk was detected        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wanchain.org/developers/xflows-api-old/1.3-response-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
