Intents
List Intents
Retrieves a paginated list of the authenticated client's intents, newest first.
get/intent-operations
Query parameters
cursorstring
Opaque cursor from a previous response (pagination.nextCursor). Omit for the first page.
Example:1024
Opaque cursor from a previous response (pagination.nextCursor). Omit for the first page.
limitinteger
Max items per page (max 100)
Example:20
Max items per page (max 100)
Headers
x-api-version'2026-01.alps' required
API version. Required; pinned to this document.
x-api-keystring required
API key.
Response
OK
Example response
{
"data": [
{
"id": "12345678901234567890",
"status": "COMPLETED",
"fromChains": [
1,
8453
],
"toChain": 10,
"token": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
"amount": "1000000",
"account": "0x3672e268a79bd4acc5ee646bdda652547c7a435c",
"createdAt": 1633493100
}
],
"pagination": {
"nextCursor": "1024",
"hasNextPage": true
}
}