Check Near Intents deposit/swap status
Swap
Get Deposit Status
Check the status of a manual deposit
GET
Check Near Intents deposit/swap status
Returns the current status of a manual deposit and its associated swap. Use this endpoint for deposit-based swap routes instead ofDocumentation Index
Fetch the complete documentation index at: https://docs.hypermid.io/llms.txt
Use this file to discover all available pages before exploring further.
/v1/status.
The deposit ID returned from the
/v1/execute endpoint.Status Values
| Status | Description |
|---|---|
PENDING | Waiting for the user’s deposit |
DEPOSIT_RECEIVED | Deposit confirmed, swap in progress |
DONE | Swap completed successfully |
FAILED | Swap failed |
EXPIRED | Deposit address expired before funds were received |
Sub-Status Values
| Sub-Status | Description |
|---|---|
WAITING_FOR_DEPOSIT | Waiting for the user to send funds |
CONFIRMING_DEPOSIT | Deposit detected, waiting for confirmations |
PROCESSING_SWAP | Swap is being executed |
COMPLETED | Swap finished successfully |
DEPOSIT_EXPIRED | Deposit window has expired |
Authorizations
Partner API key. Optional for public endpoints, required for /v1/partner/*.
Query Parameters
The deposit address to check
Deposit memo (if applicable)