Skip to main content
The Explorer API provides read-only access to historical 1Click Swap transactions and their statuses, mirroring the data available on the NEAR Intents Explorer.

Overview

This API is designed for distribution channels and analytical services that need to:
  • Retrieve historical swap transaction data
  • Filter swaps by chains, tokens, timestamps, and status
  • Build dashboards and analytics tools
  • Monitor swap activity programmatically
The Explorer API is read-only and specifically for 1Click Swap transactions.

Base URL

https://explorer.near-intents.org/api

Authentication

A JWT token is required for all requests. Get your token from the Partner Dashboard.
Include the token in your requests:
curl -X GET "https://explorer.near-intents.org/api/v0/transactions" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"

Rate Limiting

All API endpoints are rate-limited per partner:
  • 1 request every 5 seconds per partner ID
  • Rate limits are enforced based on your JWT token
  • Exceeding the limit returns 429 Too Many Requests

Endpoints

API Specification