Skip to main content

NEAR Intents Documentation

The protocol fueling cross-chain swaps across 35+ chains

1-Click API

REST API  Backend  Frontend

Request quotes, execute cross-chain swaps, and track their status. No blockchain expertise required.

Quickstart ->

Learn More ->

# Query supported tokens
curl https://1click.chaindefuser.com/v0/tokens

# Request a quote
curl -X POST https://1click.chaindefuser.com/v0/quote \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -d '{
    "swapType": "EXACT_INPUT",
    "originAsset": "nep141:wrap.near",
    "depositType": "ORIGIN_CHAIN",
    "destinationAsset": "nep141:arb-0x912ce59144191c1204e64559fe8253a0e49e6548.omft.near",
    "amount": "100000000000000000000000",
    ...
  }'

Browse By Topic

Find the right integration path for your use case.