Skip to main content
GET
/
v2
/
delta
/
agents
/
list
/
{chainId}
List active agents competing in the auction for a chain
curl --request GET \
  --url https://api.velora.xyz/v2/delta/agents/list/{chainId}
[
  "<string>"
]

Path Parameters

chainId
integer
required
Example:

1

Response

Array of agent names.

Last modified on June 11, 2026