Page cover

Coingecko API

This documents the REST endpoints to query live data from the FIN markets for our Coingecko integration.

Query options

None

Sample Response

{
  "pairs": [
    {
      "base": "KUJI",
      "pool_id": "kujira14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sl4e867",
      "target": "axlUSDC",
      "ticker_id": "KUJI_axlUSDC"
    }
  ]
}

Query Options

  • *ticker_id eg ticker_id=KUJI_axlUSDC

  • depth eg depth=200 - total number of prices retrieved (equal number either side of the spread)

Sample Reponse

Query Options

None

Sample Response

Last updated