Get user intents
Retrieves all intents created by a specific user
Path parameters
User wallet address
Response
List of intents for the specified sender
Example response
[
{
"id": 1,
"client_id": "e1ee3675-cb26-4a76-8206-a84f86e85862",
"sender": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"initialAmount": "1000000",
"fees_in_usd": "10500",
"app_fee_in_usd": "1000",
"total_amount_in_usd": "1010500",
"total_amount_in_asset_token": "1000500",
"fees_in_asset_token": "500",
"app_fee_in_asset_token": "0",
"asset_token_symbol": "USDC",
"asset_token_decimals": 6,
"slippage": "0.5",
"tokenIn": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"tokenOut": "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
"intent_address": "0x4E60e01263E750eD9D087157e19D2480Fd86A900",
"destination_intent_address": "0x5F70e12374E750fE0E087158f29E3591Ge97B011",
"source_chain": "BASE_TESTNET",
"destination_chain": "ARBITRUM_TESTNET",
"recipient": "0xb79541Be080a59fdcE6C0b43219ba56c725eC65e",
"refund_address": "0xb79541Be080a59fdcE6C0b43219ba56c725eC65e",
"coordinator": "0x989f47053F188778575113DcF39dB8960Fc450e2",
"bridger": "0xa1c943058a631D5506eb7d96036eAbF6968e2338",
"bridgeExtraData": "0x00000000000000000000000000000000000000000000000000000000000001f4",
"intent_nonce": 4267684716645197,
"intent_status": "COMPLETED",
"tx_hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"relayer_claimed": true,
"mode": "test",
"expires_at": "2025-12-13T03:31:23.000Z",
"metadata": {
"orderId": "12345"
},
"created_at": "2025-12-13T02:31:23.390Z",
"updated_at": "2025-12-13T02:35:10.220Z"
}
]Changes
Changed in 3 of the 9 revisions of this API.240
- ●
removed the optional property
items/feesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/totalAmountfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/app_fee_in_asset_tokento the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/app_fee_in_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asset_token_decimalsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/asset_token_symbolto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/fees_in_asset_tokento the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/fees_in_usdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/slippageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/total_amount_in_asset_tokento the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/total_amount_in_usdto the response with the200statusresponse-optional-property-added
- ●
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the optional property
items/bridgeExtraDatato the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/bridgerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/client_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/coordinatorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/destination_chainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/destination_intent_addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/expires_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/feesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/initialAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/intent_addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/intent_nonceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/intent_statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/metadatato the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/modeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/needs_relayto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/paymaster_usedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/recipientto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/refund_addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/relayerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/relayer_claimedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/senderto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/source_chainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tokenInto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tokenOutto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/totalAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/tx_hashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/updated_atto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○