Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thanks for giving a little extra love to our docs site! Below are some basic gui
Set up your fork with the following terminal commands, or an alteration of them to suit your environment:

```
cd uniswap-docs
cd ring-docs
git remote add upstream https://github.com/RingProtocol/docs.git
git fetch upstream
git pull --rebase upstream main
Expand Down
145 changes: 0 additions & 145 deletions blog/gas-optimization.md

This file was deleted.

Binary file removed blog/use.png
Binary file not shown.
189 changes: 0 additions & 189 deletions dapp-integration.md

This file was deleted.

6 changes: 4 additions & 2 deletions docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: Overview

## Ring APIs

The **Ring Routing API** is a partner-facing quote service. It returns the best executable swap quote on a given pair, with execution-ready calldata, routing across Ring Swap v2, Uniswap v3 / v4, and FewToken-wrapped pools — and optionally racing external aggregators (1inch, Bitget, Enso, HiUni) for best execution.
The **Ring Routing API** is a partner-facing quote service. It returns the best executable swap quote on a given pair,
with execution-ready calldata, routing across Ring Swap (v2), FewToken-wrapped pools, Uniswap v4 integration paths,
and selected external aggregator routes. This does not imply additional native Ring AMM product lines.

## Quote API

Expand All @@ -16,7 +18,7 @@ POST https://gateway.ring.exchange/v1/partner/quote

Returns the optimal swap quote for a token pair, plus the router contract address and calldata to submit on-chain.

See the **[Routing API reference](./routing/overview)** for headers, request/response schema, supported chains, and examples.
See the **[Routing API reference](./routing/overview)** for headers, request/response schema, supported chains, and examples.

## Getting access

Expand Down
1 change: 1 addition & 0 deletions docs/api/subgraph/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: overview
sidebar_position: 1
title: Overview
draft: true
---

## The Ring Subgraph
Expand Down
Loading
Loading