An open API service indexing awesome lists of open source software.

https://github.com/manifoldfinance/sushiswap-api

SushiSwap API
https://github.com/manifoldfinance/sushiswap-api

api cryptocurrency ethereum sushiswap trading

Last synced: 3 months ago
JSON representation

SushiSwap API

Awesome Lists containing this project

README

          

# SushiSwap API

> API Endpoints for SushiSwap

[![nodejs](https://github.com/manifoldfinance/sushiswap-api/actions/workflows/nodejs.yml/badge.svg)](https://github.com/manifoldfinance/sushiswap-api/actions/workflows/nodejs.yml)

## API

### ExchangeV1

[`/legacy/` API documentation](docs/API.md)

| METHOD | ENDPOINT |
|-------- |------------------------ |
| `GET `|`/catchall+` |
| `GET `|`/legacy/summary `|
| `GET `|`/legacy/tickers `|
| `GET `|`/legacy/assets` |
|` GET `|`/legacy/orderbook/pair `|
|` GET `|`/legacy/trades/pair `|

### Swap

[`/swap/` API documentation](docs/API.md)

| METHOD | ENDPOINT |
|-------- |------------------------ |
|` GET `|`/swap/summary `|
| `GET `|`/swap/tickers `|
| `GET `|`/swap/assets `|
| `GET `|`/swap/orderbook/pair `|
| `GET `|`/swap/trades/pair `|

### License

GPL-2.0