CoinGecko APIs
This page will detail the 3rd party APIs for CoinGecko that can be used to access data from the Saturn Swap smart contracts. The responses show examples of the format.
Tickers
URL
api.saturnswap.io/v1/coingecko/tickers
Query Parameters
None
Response
Orderbook
URL
api.saturnswap.io/v1/coingecko/orderbook
Query Parameters
ticker_id: (required) The ticker of the orderbook we want to get
depth: (optional) The amount of utxos we are getting back from the orderbook on each side of the buy and sell
Response
Trades
URL
api.saturnswap.io/v1/coingecko/trades
Query Parameters
ticker_id: (required) The ticker of the trades we want to get
Response
Last updated