v1
latestOpenAPI 3.1.02026-07-26125028.4 KBGet all orders.
get/orders
Query parameters
addressstring
(Optional) Filter orders by an address.
tx_hashstring
(Optional) Filter orders by a transaction hash.
(Optional) Filter orders by the source chain.
(Optional) Filter orders by the destination chain.
from_ownerstring
(Optional) Filter orders by the source owner. Comma-separated for multiple values.
to_ownerstring
(Optional) Filter orders by the destination owner. Comma-separated for multiple values.
solver_idstring
(Optional) Filter orders by a solver ID. Comma-separated for multiple values.
integratorstring
(Optional) Filter orders by an integrator. Comma-separated for multiple values.
pageinteger
(Optional) Page number.
per_pageinteger
(Optional) Number of items per page.
statusstring
(Optional) Filter orders by status. Comma-separated string with allowed values: not-initiated, in-progress, completed, expired, refunded.
Response
List of orders.
Example response
{
"result": {
"data": [
{
"affiliate_fees": [
{
"fee": 10
}
]
}
]
}
}