1Click API
Last updated
Last updated
The purpose of 1Click is to make it easy to use NEAR Intents by temporarily transferring assets to the custody of a trusted swapping agent:
Request a quote using Get Quote endpoint: The response will contain a deposit address, unique for each quote
Transfer tokens to the deposit address: Once transferred, 1Click will start the swapping process automatically.
Submit Deposit Tx using deposit transaction hash: This step is optional, but it can help speeding up the process.
Get Execution Status at any time to see the progress.
The swap will either succeed or fail; in case of a failure, the funds will end up on the refund address and a new attempt to swap would need to be triggered by repeating this flow.
The OpenAPI spec is made available to auto-generate clients. Client SDKs for TypeScript, Go and Rust are already available on GitHub.
Retrieves the current status of a swap using the unique deposit address from the quote.
The response includes the state of the swap (e.g., pending, processing, success, refunded) and any associated swap and transaction details.
Generates a swap quote based on input parameters such as the assets, amount, slippage tolerance, and recipient/refund information.
Returns pricing details, estimated time, and a unique deposit address to which tokens must be transferred to initiate the swap.
You can set the dry
parameter to true
to simulate the quote request without generating a deposit address or initiating the swap process. This is useful for previewing swap parameters or validating input data without committing to an actual swap.
This endpoint is the first required step in the swap process.
Flag indicating whether this is a dry run request.
If true
, the response will NOT contain the following fields:
depositAddress
timeWhenInactive
timeEstimate
deadline
true
Whether to use the amount as the output or the input for the basis of the swap:
EXACT_INPUT
- request output amount for exact input.EXACT_OUTPUT
- request output amount for exact output. The refundTo
address will always receive excess tokens back even after the swap is complete.Slippage tolerance for the swap. This value is in basis points (1/100th of a percent), e.g. 100 for 1% slippage.
100
ID of the origin asset.
nep141:arb-0xaf88d065e77c8cc2239327c5edb3a432268e5831.omft.near
Type of the deposit address:
ORIGIN_CHAIN
- deposit address on the origin chainINTENTS
- account ID inside near intents to which you should transfer assets inside intents.ID of the destination asset.
nep141:sol-5ce3bf3a31af18be40ba30f721101b4341690186.omft.near
Amount to swap as the base amount (can be switched to exact input/output using the dedicated flag), denoted in the smallest unit of the specified currency (e.g., wei for ETH).
1000
Address for user refund.
0x2527D02599Ba641c19FEa793cD0F167589a0f10D
Type of refund address:
ORIGIN_CHAIN
- assets will be refunded to refundTo
address on the origin chainINTENTS
- assets will be refunded to refundTo
intents accountRecipient address. The format should match recipientType
.
13QkxhNMrTPxoCkRdYdJ65tFuwXPhL5gLS2Z5Nr6gjRK
Type of recipient address:
DESTINATION_CHAIN
- assets will be transferred to chain of destinationAsset
INTENTS
- assets will be transferred to account inside intentsTimestamp in ISO format, that identifies when user refund will begin if the swap isn't completed by then.
2019-08-24T14:15:22Z
Referral identifier
referral
Time in milliseconds user is willing to wait for quote from relay.
3000
Optionally notifies the 1Click service that a deposit has been sent to the specified address, using the blockchain transaction hash.
This step can speed up swap processing by allowing the system to preemptively verify the deposit.
Transaction hash of your deposit
0x123abc456def789
Deposit address for the quote
0x2527D02599Ba641c19FEa793cD0F167589a0f10D