# NEAR Intents ## Docs - [What are Intents?](https://docs.near-intents.org/getting-started/what-are-intents.md): Define desired outcomes instead of managing execution steps - [Supported Chains](https://docs.near-intents.org/resources/chain-support.md): Supported chains, address formats, and signing standards - [Supported Assets](https://docs.near-intents.org/resources/asset-support.md): All tokens supported by NEAR Intents, sourced live from the 1Click API. - [1Click Swap API](https://docs.near-intents.org/integration/distribution-channels/1click-api/about-1click-api.md): REST API for cross-chain swaps powered by NEAR Intents - [Quickstart](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart/introduction.md): Execute your first intent-based swap using 1Click API - [Making a Request](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart/making-a-request.md): Query tokens, request a quote, send your deposit, and track it to completion - [Confidential Swaps](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart/confidential-swaps.md): Add privacy to a swap with the confidentiality parameter or an embedded Confidential Intents balance - [Signed Intent Execution](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart/signed-intent-execution.md): Authorize a swap by signing an intent off-chain instead of an on-chain deposit - [Going Live](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart/going-live.md): Next steps and troubleshooting for your first 1Click integration - [Swap SDK](https://docs.near-intents.org/integration/distribution-channels/1click-api/sdk.md): Client libraries for integrating with the 1Click Swap API - [API Keys](https://docs.near-intents.org/integration/distribution-channels/1click-api/authentication.md): Obtain a JWT token for authenticated API access - [Verify Quote Signatures](https://docs.near-intents.org/integration/distribution-channels/1click-api/verify-quote-signature.md): Confirm quote and status payloads are signed by 1Click - [Swap Types](https://docs.near-intents.org/integration/distribution-channels/1click-api/swap-types.md) - [Earn](https://docs.near-intents.org/integration/distribution-channels/1click-api/earn.md): Offer multichain yield through the 1Click Swap API - [Fee Configuration](https://docs.near-intents.org/integration/distribution-channels/1click-api/fee-config.md): Configure fee collection and aggregation - [Get supported tokens](https://docs.near-intents.org/api-reference/oneclick/get-supported-tokens.md): Retrieves a list of tokens currently supported by the 1Click API for asset swaps. - [Request a swap quote](https://docs.near-intents.org/api-reference/oneclick/request-a-swap-quote.md): Generates a swap quote based on input parameters such as the assets, amount, slippage tolerance, and recipient/refund information. - [Check swap execution status](https://docs.near-intents.org/api-reference/oneclick/check-swap-execution-status.md): 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. - [Get ANY_INPUT withdrawals](https://docs.near-intents.org/api-reference/oneclick/get-any_input-withdrawals.md): Retrieves all withdrawals by ANY_INPUT quote with filtering, pagination and sorting - [Submit deposit transaction hash](https://docs.near-intents.org/api-reference/oneclick/submit-deposit-transaction-hash.md): Optionally notifies the 1Click service that a deposit has been sent to the specified address, using the blockchain transaction hash. - [Generate an intent for signing](https://docs.near-intents.org/api-reference/oneclick/generate-an-intent-for-signing.md): Generates an unsigned intent payload that needs to be signed by the user. - [Submit a signed intent](https://docs.near-intents.org/api-reference/oneclick/submit-a-signed-intent.md): Submits a signed intent to execute. - [Authenticate User with Signed Data](https://docs.near-intents.org/api-reference/user-auth/authenticate-user-with-signed-data.md): Exchange a signed message for a User-Session access token - [Refresh Access Token](https://docs.near-intents.org/api-reference/user-auth/refresh-access-token.md): Exchange a refresh token for a new access token - [Get user token balances](https://docs.near-intents.org/api-reference/account/get-user-token-balances.md): Returns token balances for the authenticated user from private balance sources - [Get transaction history](https://docs.near-intents.org/api-reference/account/get-transaction-history.md): Returns paginated public and confidential transaction history. History is invite-only for now. For the initial request, omit both nextCursor and prevCursor to retrieve the latest history. For subsequent requests, pass either nextCursor or prevCursor from the previous response. - [Explorer API](https://docs.near-intents.org/integration/distribution-channels/1click-api/explorer/introduction.md): Programmatic access to historical 1Click Swap transactions - [Get transactions](https://docs.near-intents.org/api-reference/get-transactions.md) - [React Widget](https://docs.near-intents.org/integration/devkit/react-widget.md): Add a cross-chain swap widget to your app in minutes - [Intents SDK](https://docs.near-intents.org/integration/devkit/intents-sdk.md): Complete library to interact with NEAR Intents - [Agent Skills](https://docs.near-intents.org/integration/devkit/skills.md): Enable AI Agents to build cross-chain apps - [FAQs](https://docs.near-intents.org/resources/faqs.md): Frequently Asked Questions - [Fees](https://docs.near-intents.org/resources/fees.md): All fees that apply to NEAR Intents transactions and integrations - [SHIELD: Proactive Intents Security](https://docs.near-intents.org/security-compliance/proactive-intents-security.md): How SHIELD proactively raises security posture across guarded NEAR Intents surfaces - [Shield Incident API](https://docs.near-intents.org/security-compliance/shield-incident-api.md): Partner-facing API for pulling active Shield incidents and submitting new ones - [Risk & Compliance](https://docs.near-intents.org/security-compliance/risk-and-compliance.md): How NEAR Intents implements compliance screening and financial integrity measures - [Security](https://docs.near-intents.org/security-compliance/security.md): Security audits, bug bounty program, and AML resources - [Treasury Addresses](https://docs.near-intents.org/security-compliance/treasury-addresses.md): Official treasury and refill addresses for NEAR Intents and HOT Bridge - [1ClickSwap API Terms of Use](https://docs.near-intents.org/security-compliance/terms-of-service.md): Terms of use governing developer access to the 1ClickSwap API - [Market Makers](https://docs.near-intents.org/integration/market-makers/introduction.md): Fulfill cross-chain swap intents as a liquidity provider - [Quickstart](https://docs.near-intents.org/integration/market-makers/quickstart.md): Become a market maker on NEAR Intents - [Example Solver](https://docs.near-intents.org/integration/market-makers/example.md): Understand how the AMM Solver example works - [Confidential Intents](https://docs.near-intents.org/integration/market-makers/confidential-intents.md): Solve for private liquidity on the confidential relay - [Confidential Example](https://docs.near-intents.org/integration/market-makers/confidential-example.md): Migrate the AMM Solver to support confidential intents - [Overview](https://docs.near-intents.org/integration/market-makers/message-bus/introduction.md): Off-chain bus communicating market makers and users - [API Reference](https://docs.near-intents.org/integration/market-makers/message-bus/rpc.md): Request quotes and publish intents via JSON-RPC - [WebSocket Reference](https://docs.near-intents.org/integration/market-makers/message-bus/websocket.md): Subscribe and respond to quote requests in real-time - [Guaranteed Delivery](https://docs.near-intents.org/integration/market-makers/message-bus/guaranteed-delivery.md): Recover missed quote_status events after a disconnect - [Solver Terms of Use](https://docs.near-intents.org/integration/market-makers/solver-terms-of-use.md): Terms of use governing Solver access to the Solver Services - [Token Bridges](https://docs.near-intents.org/integration/bridging/overview.md): Bridges that route assets between NEAR Intents and external blockchains - [Refund a stuck BTC deposit](https://docs.near-intents.org/integration/bridging/btc-deposit-refund.md): Recover Bitcoin you sent to a bridge deposit address that never finalized on NEAR - [Verifier Contract](https://docs.near-intents.org/integration/verifier-contract/introduction.md): The on-chain settlement layer for NEAR Intents - [Account Abstraction](https://docs.near-intents.org/integration/verifier-contract/account-abstraction.md): How the Verifier contract identifies users and manages account keys - [Deposits](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/deposits.md): Depositing fungible and non-fungible tokens into the Verifier contract - [Withdrawals](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/withdrawals.md): How to withdraw tokens from the Verifier contract - [Using NEAR Tokens](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/near-token.md): How to use NEAR tokens with NEAR Intents - [Balances and Token IDs](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/balances.md): How to check your balance and identify tokens in the Verifier contract - [Intent Types and Execution](https://docs.near-intents.org/integration/verifier-contract/intent-types-and-execution.md): Available intent types and how to structure them for the Verifier contract - [Signing Intents](https://docs.near-intents.org/integration/verifier-contract/signing-intents.md): How to sign intents for different wallet types and signing standards - [Simulating Intents](https://docs.near-intents.org/integration/verifier-contract/simulating-intents.md): Test intents without modifying blockchain state using the simulate_intents function - [Events](https://docs.near-intents.org/integration/verifier-contract/events.md): Events emitted by the Verifier smart contract for tracking on-chain actions - [Changelog](https://docs.near-intents.org/changelog/overview.md): What's new in NEAR Intents. ## OpenAPI Specs - [openapi](https://1click.chaindefuser.com/docs/v0/openapi.yaml)