API Reference
Check swap execution status
Retrieves the current status of a swap using the unique deposit address from the quote, if quote response included deposit memo, it is required as well.
The response includes the state of the swap (e.g., pending, processing, success, refunded) and any associated swap and transaction details.
GET
Check swap execution status
Documentation Index
Fetch the complete documentation index at: https://docs.near-intents.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for partner authentication (recommended)
Response
Unique identifier for request tracing and debugging
Example:
"550e8400-e29b-41d4-a716-446655440000"
Quote response from the original request
Available options:
KNOWN_DEPOSIT_TX, PENDING_DEPOSIT, INCOMPLETE_DEPOSIT, PROCESSING, SUCCESS, REFUNDED, FAILED Last time the state was updated
Details of actual swaps and withdrawals
Previous
Get ANY_INPUT withdrawalsRetrieves all withdrawals by ANY_INPUT quote with filtering, pagination and sorting
Next
Check swap execution status