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

Last updated