near-intents

Cross-chain token swap integration using NEAR Intents 1Click API. Use when building swap widgets, bridge interfaces, or multi-chain transfers across EVM, Solana, NEAR, TON, Stellar, and Tron.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "near-intents" with this command: npx skills add near/agent-skills/near-agent-skills-near-intents

NEAR Intents Integration

Cross-chain token swaps via 1Click REST API. Get a quote, API provides deposit addresses, you build the deposit transaction and receive the resulting token automatically.

Quick Start - Pick Your Path

Use CaseStart Here
React Appreact-swap-widget.md - Example showing the pattern
Node.js / Scriptserver-example.md - Example showing the pattern
API Referenceapi-quote.mdapi-tokens.mdapi-status.md
Chain-specific Depositsdeposit-{chain}.md

Integration Flow

GET /v0/tokens → POST /v0/quote (dry) → POST /v0/quote (wet) → Deposit TX → POST /v0/deposit/submit → GET /v0/status

Rule Categories

PriorityCategoryFiles
1Examplesreact-swap-widget.md, server-example.md
2APIapi-quote.md, api-tokens.md, api-status.md, api-deposit-submit.md
3Depositsdeposit-evm.md, deposit-solana.md, deposit-near.md, deposit-ton.md, deposit-tron.md, deposit-stellar.md
4React Hooksreact-hooks.md
5Advancedintents-balance.md, passive-deposit.md

Critical Knowledge

  1. Use assetId from /v0/tokens - never construct manually
  2. dry: true = preview only, dry: false = get deposit address (valid ~10 min)
  3. Poll status until terminal: SUCCESS, FAILED, REFUNDED, INCOMPLETE_DEPOSIT
  4. Chain-to-chain is default - depositType and recipientType default to chain endpoints

Index

  1. Examples (HIGH)

  2. API Reference (CRITICAL)

  3. Chain Deposits (HIGH)

  4. React Hooks (MEDIUM)

    • react-hooks - Reusable hooks for tokens, quotes, status polling
  5. Advanced (LOW)

  6. References

    • concepts - Swap lifecycle, statuses, CEX warning, authentication

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

near-api-js

No summary provided by upstream source.

Repository SourceNeeds Review
35-near
Automation

near-smart-contracts

No summary provided by upstream source.

Repository SourceNeeds Review
26-near
Automation

near-kit

No summary provided by upstream source.

Repository SourceNeeds Review
22-near
Security

near-contract-audit

No summary provided by upstream source.

Repository SourceNeeds Review
12-near