---
title: "Get user intents"
method: GET
path: "/intents/user/{sender}"
tags: ["Intents"]
---

# Get user intents

`GET /intents/user/{sender}`

Retrieves all intents created by a specific user

## Path parameters

- `sender` string, required

## Response `200`

List of intents for the specified sender

- object[]
  - `id` number
  - `client_id` string
  - `sender` string
  - `initialAmount` string
  - `fees_in_usd` string
  - `app_fee_in_usd` string
  - `total_amount_in_usd` string
  - `total_amount_in_asset_token` string
  - `fees_in_asset_token` string
  - `app_fee_in_asset_token` string
  - `asset_token_symbol` string
  - `asset_token_decimals` number
  - `slippage` string
  - `tokenIn` string
  - `tokenOut` string
  - `intent_address` string
  - `destination_intent_address` string
  - `source_chain` string
  - `destination_chain` string
  - `recipient` string
  - `refund_address` string
  - `relayer` string
  - `coordinator` string
  - `bridger` string
  - `bridgeExtraData` string
  - `intent_nonce` number
  - `intent_status` 'PENDING' | 'FUNDED' | 'INITIATED' | 'COMPLETED' | 'EXPIRED'
  - `tx_hash` string
  - `needs_relay` boolean
  - `relayer_claimed` boolean
  - `paymaster_used` boolean
  - `mode` 'test' | 'live'
  - `expires_at` string, date-time
  - `metadata` object
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized - Invalid or missing API key

## Changes

- **2026-02-17** `2168c5f4fdd5` — 2 warning, 9 info
  - removed the optional property `items/fees` from the response with the `200` status
  - removed the optional property `items/totalAmount` from the response with the `200` status
  - added the optional property `items/app_fee_in_asset_token` to the response with the `200` status
  - added the optional property `items/app_fee_in_usd` to the response with the `200` status
  - …7 more
- **2025-12-13** `0172b83f90c7` — 30 info
  - added the media type `application/json` for the response with the status `401`
  - added the optional property `items/bridgeExtraData` to the response with the `200` status
  - added the optional property `items/bridger` to the response with the `200` status
  - added the optional property `items/client_id` to the response with the `200` status
  - …26 more
- **2025-11-11** `fce39ccb3e9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/horuslabsio/apis/chainrails-api/changes/intents/user/:sender/get.md)

---

[API](https://skmtc.dev/horuslabsio/apis/chainrails-api.md) · [All operations](https://skmtc.dev/horuslabsio/apis/chainrails-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/horuslabsio/chainrails-api/revisions/dcf19c1bab20/schema)
