The Explorer API provides read-only access to historical 1Click Swap transactions and their statuses, mirroring the data available on the NEAR Intents Explorer.Documentation Index
Fetch the complete documentation index at: https://docs.near-intents.org/llms.txt
Use this file to discover all available pages before exploring further.
Base URL:
https://explorer.near-intents.org/api/v0Overview
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.
Authentication
Include the token in your requests: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