Skip to main content

Documentation Index

Fetch the complete documentation index at: https://intents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Get Transactions

Cursor-based pagination for efficient traversal

Get Transactions (Paginated)

Page-based pagination with total counts

API Specification

Swagger UI

Interactive API documentation

OpenAPI Spec

Download the YAML specification