API Reference
Get supported tokens
Retrieves a list of tokens currently supported by the 1Click API for asset swaps.
Each token entry includes its blockchain, contract address (if available), price in USD, and other metadata such as symbol and decimals.
GET
Get supported tokens
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.
Response
200 - application/json
Unique asset identifier
Example:
"nep141:wrap.near"
Number of decimals for the token
Example:
24
Blockchain associated with the token
Available options:
near, eth, base, arb, btc, sol, ton, dash, doge, xrp, zec, gnosis, bera, bsc, pol, tron, sui, op, avax, cardano, ltc, xlayer, monad, bch, adi, plasma, scroll, starknet, aleo Example:
"near"
Token symbol (e.g. BTC, ETH)
Example:
"wNEAR"
Current price of the token in USD
Example:
"2.79"
Date when the token price was last updated
Example:
"2025-03-28T12:23:00.070Z"
Contract address of the token
Example:
"wrap.near"
Previous
Request a swap quoteGenerates 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.
Next
Get supported tokens