Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Identity Auth / Uniswap Labs API
Uniswap Labs API logo

Uniswap Labs API

Official vendor OpenAPI document · agent-readyIdentity AuthAuthenticationapiKey13 EndpointsREST

For Agents

Programmatically check swap approval, get swap quote. Covers 13 operations with apiKey authentication.

Use for: I need to check swap approval, I want to swap quote, Search for swap, Find all check swap status

Not supported: Does not handle payments, communications, or crm - use for identity and authentication only.

Uniswap Labs API provides endpoints for swapping tokens, managing liquidity positions, and querying reference data on the Uniswap decentralized exchange protocol. The API exposes 13 endpoints secured with apiKey authentication.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Uniswap Labs API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Uniswap Labs API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Funiswap.org%2Funiswap" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Funiswap.org%2Funiswap" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Uniswap Labs API.

Check swap approval

Get swap quote

Create swap

Query and filter Uniswap Labs API records by parameters

Monitor Uniswap Labs API operational status and events

Use Cases

Patterns agents use Uniswap Labs API for, with concrete tasks.

★ Identity and Authentication Operations

Use the Uniswap Labs API to perform identity auth operations programmatically. The API provides 13 endpoints covering core functionality including check swap approval, get swap quote, create swap.

Call GET /v1/check-approval to check swap approval

Automated Gasless Management

Automate gasless operations by combining multiple Uniswap Labs API endpoints. Agents can get swap quote and then create swap in a single workflow.

Call GET /v1/quote to get swap quote, then verify the result

AI Agent Integration via Jentic

AI agents discover and call Uniswap Labs API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.

Search Jentic for 'check swap approval', load the operation schema, and execute with Jentic-managed credentials

Key Endpoints

13 endpoints — uniswap labs api provides endpoints for swapping tokens, managing liquidity positions, and querying reference data on the uniswap decentralized exchange protocol.

METHOD

PATH

DESCRIPTION

GET

/v1/check-approval

Check swap approval

GET

/v1/quote

Get swap quote

POST

/v1/swap

Create swap

GET

/v1/swap/status

Check swap status

POST

/v1/gasless/order

Create gasless order

GET

/v1/gasless/order/status

Check gasless order status

GET

/v1/lp/check-approval

Check LP approval

POST

/v1/lp/create

Create pool and position

GET

/v1/check-approval

Check swap approval

GET

/v1/quote

Get swap quote

POST

/v1/swap

Create swap

GET

/v1/swap/status

Check swap status

POST

/v1/gasless/order

Create gasless order

GET

/v1/gasless/order/status

Check gasless order status

GET

/v1/lp/check-approval

Check LP approval

POST

/v1/lp/create

Create pool and position

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Uniswap Labs API by hand means sending an x-api-key header on every call, matching each quote, swap, and gasless-order operation to its request shape, and polling swap status yourself. Through Jentic you install once, import the Uniswap Labs API from the API Directory, store the API key once, and your agent calls it.

Permission scoping

Permission scoping

The Uniswap Labs API carries its swap and order targets through the request body and query, so scope your agent to the operations it needs, such as fetching a quote or checking swap status. You choose the operations it may call, so a write like submitting a swap or a gasless order is not included unless you add it.

Credential management

Credential isolation

Your Uniswap Labs API key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get a swap quote' or 'check swap status', and Jentic returns the matching Uniswap Labs API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Auth0

→

Alternative identity auth API

Choose Auth0 when you need a different approach to identity auth operations

Alternative

Okta

→

Alternative identity auth API

Choose Okta when you need a different approach to identity auth operations

FAQs

Specific to using Uniswap Labs API through Jentic.

What authentication does the Uniswap Labs API use?

The Uniswap Labs API uses an API key passed in the `x-api-key` header. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

Can I check swap approval with the Uniswap Labs API?

Yes. Use the GET /v1/check-approval endpoint. The API returns structured JSON responses that agents can parse and act on directly.

What are the rate limits for the Uniswap Labs API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

How do I check swap approval through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'check swap approval'. Jentic returns the matching Uniswap Labs API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

How many endpoints does the Uniswap Labs API have?

The Uniswap Labs API exposes 13 endpoints covering gasless, liquidity, reference operations.

Can I limit what my agent is allowed to do with the Uniswap Labs API?

Yes. Because Jentic One is self-hosted, you set the rules that decide which Uniswap Labs API operations your agent may call and which stored API key it may use. You can grant read-only work such as GET /v1/quote to fetch a swap quote or GET /v1/swap/status to check swap status, while excluding write operations like POST /v1/swap or POST /v1/gasless/order until you add them. The agent can only invoke the operations you allow, so nothing submits a swap or gasless order on your behalf unless you have explicitly scoped it in.

GET STARTED

Start building with Uniswap Labs API

Explore with Jentic One
View OpenAPI Document