AMM API Docs

The Arkadiko AMM has a public API that can be used for integrations. This page shows documentation on the endpoints and how they can be used

/api/v1/tickers

The /api/v1/tickers API endpoint shows all trading pairs that are listed on the Arkadiko AMM. The endpoint returns a JSON with the following fields

/api/v1/pools/:id

Given a pool ID (e.g. 1, 2,3 etc), returns information about the pool and its assets. The endpoint returns a JSON with the following fields:

/api/v1/pools/:id/prices

Given a pool ID (e.g. 1, 2, 3 etc), returns all historical prices of a pair.

Last updated