Skip to main content
GET
List Agents
获取与您账户关联的代理分页列表。支持按状态和链过滤。

查询参数

integer
默认值:"1"
页码(从 1 开始)。
integer
默认值:"20"
每页条目数。最大值:100。
string
按代理状态过滤。值:activeinactive
string
按 CAIP-2 链标识符过滤(例如 eip155:84532)。

响应

示例

Response

授权

X-API-Key
string
header
必填

API key authentication. Keys are prefixed with awx_.

查询参数

page_num
integer
默认值:1

Page number (1-indexed).

必填范围: x >= 1
page_size
integer
默认值:20

Number of items per page.

必填范围: 1 <= x <= 100
status
enum<string>

Filter by agent status.

可用选项:
active,
inactive
chain
string

Filter by CAIP-2 chain identifier (e.g., eip155:84532).

响应

Paginated list of agents.

Standard paginated response wrapper.

data
object[]

Array of resource objects.

total
integer

Total number of items matching the query.

has_more
boolean

Whether more pages are available.