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
- Host: GitHub
- URL: https://github.com/manifoldfinance/sushiswap-api
- Owner: manifoldfinance
- Created: 2021-03-23T17:28:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T17:25:33.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T14:10:19.579Z (3 months ago)
- Topics: api, cryptocurrency, ethereum, sushiswap, trading
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SushiSwap API
> API Endpoints for SushiSwap
[](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