# NEAR Intents ## Docs - [Get paginated transactions](https://docs.near-intents.org/api-reference/get-paginated-transactions.md) - [Get transactions](https://docs.near-intents.org/api-reference/get-transactions.md) - [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 - [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. - [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. - [What are Intents?](https://docs.near-intents.org/getting-started/what-are-intents.md): Define desired outcomes instead of managing execution steps - [Token Bridges](https://docs.near-intents.org/integration/bridging/overview.md): Bridges that route assets between NEAR Intents and external blockchains - [Intents SDK](https://docs.near-intents.org/integration/devkit/intents-sdk.md): Complete library to interact with NEAR Intents - [React Widget](https://docs.near-intents.org/integration/devkit/react-widget.md): Add a cross-chain swap widget to your app in minutes - [Agent Skills](https://docs.near-intents.org/integration/devkit/skills.md): Enable AI Agents to build cross-chain apps - [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 - [API Keys](https://docs.near-intents.org/integration/distribution-channels/1click-api/authentication.md): Obtain a JWT token for authenticated API access - [Explorer API](https://docs.near-intents.org/integration/distribution-channels/1click-api/explorer/introduction.md): Programmatic access to historical 1Click Swap transactions - [Fee Configuration](https://docs.near-intents.org/integration/distribution-channels/1click-api/fee-config.md): Configure fee collection and aggregation - [Quickstart](https://docs.near-intents.org/integration/distribution-channels/1click-api/quickstart.md): Execute your first intent-based swap using 1Click API - [Swap SDK](https://docs.near-intents.org/integration/distribution-channels/1click-api/sdk.md): Client libraries for integrating with the 1Click Swap API - [Deposit/Withdrawal Service](https://docs.near-intents.org/integration/market-makers/deposit-withdrawal-service.md): Move assets between supported blockchains and NEAR Intents - [Example Solver](https://docs.near-intents.org/integration/market-makers/example.md): Understand how the AMM Solver example works - [Market Makers](https://docs.near-intents.org/integration/market-makers/introduction.md): Fulfill cross-chain swap intents as a liquidity provider - [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 - [Quickstart](https://docs.near-intents.org/integration/market-makers/quickstart.md): Become a market maker on 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 - [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 - [Deposits](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/deposits.md): Depositing fungible and non-fungible tokens into 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 - [Withdrawals](https://docs.near-intents.org/integration/verifier-contract/deposits-and-withdrawals/withdrawals.md): How to withdraw tokens from the Verifier contract - [Events](https://docs.near-intents.org/integration/verifier-contract/events.md): Events emitted by the Verifier smart contract for tracking on-chain actions - [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 - [Verifier Contract](https://docs.near-intents.org/integration/verifier-contract/introduction.md): The on-chain settlement layer for NEAR Intents - [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 - [Supported Assets](https://docs.near-intents.org/resources/asset-support.md): All tokens supported by NEAR Intents, sourced live from the 1Click API. - [Supported Chains](https://docs.near-intents.org/resources/chain-support.md): Supported chains, address formats, and signing standards - [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 - [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 - [1Click Terms of Service](https://docs.near-intents.org/security-compliance/terms-of-service.md): Terms and conditions for using the 1Click Swap API - [Treasury Addresses](https://docs.near-intents.org/security-compliance/treasury-addresses.md): Official treasury and refill addresses for NEAR Intents and HOT Bridge ## OpenAPI Specs - [openapi](https://explorer.near-intents.org/api/v0/openapi.yaml)