{"id":28196307,"url":"https://github.com/patrykwozinski/gecko","last_synced_at":"2025-05-16T15:14:43.727Z","repository":{"id":43319601,"uuid":"358496128","full_name":"patrykwozinski/gecko","owner":"patrykwozinski","description":"Coingecko API adapter for Elixir applications written with 💜.","archived":false,"fork":false,"pushed_at":"2022-03-08T14:42:19.000Z","size":60,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T00:53:42.091Z","etag":null,"topics":["api-client","coingecko","cryptocurrency","elixir","trading"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patrykwozinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-16T06:17:48.000Z","updated_at":"2022-03-08T14:42:14.000Z","dependencies_parsed_at":"2022-09-19T00:30:31.206Z","dependency_job_id":null,"html_url":"https://github.com/patrykwozinski/gecko","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrykwozinski%2Fgecko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrykwozinski%2Fgecko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrykwozinski%2Fgecko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrykwozinski%2Fgecko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrykwozinski","download_url":"https://codeload.github.com/patrykwozinski/gecko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254554026,"owners_count":22090420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","coingecko","cryptocurrency","elixir","trading"],"created_at":"2025-05-16T15:14:43.201Z","updated_at":"2025-05-16T15:14:43.703Z","avatar_url":"https://github.com/patrykwozinski.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gecko [![Build Status](https://github.com/patrykwozinski/gecko/workflows/CI/badge.svg)](https://github.com/patrykwozinski/gecko/actions) [![Hex pm](https://img.shields.io/hexpm/v/gecko.svg?style=flat)](https://hex.pm/packages/gecko)\n\nThis package is an adapter for using [CoinGecko](https://coingecko.com). Still under development.\n\n## Installation\n\nThe package can be installed by adding `gecko` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:gecko, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n\n## Supported endpoints\nIn a current version we're not supporting all CoinGecko's endpoints yet. There is a list of currently supported:\n#### Global\n- `api/v3/ping`\n\n#### Simple\n- `api/v3/simple/price`\n- `api/v3/simple/token_price/{id}`\n- `api/v3/simple/supported_vs_currencies`\n\n#### Coins\n- `api/v3/coins/list`\n- `api/v3/coins/markets`\n- `api/v3/coins/{id}`\n- `api/v3/coins/{id}/tickers`\n- `api/v3/coins/{id}/history`\n- `api/v3/coins/{id}/market_chart`\n- `api/v3/coins/{id}/market_chart/range`\n- `api/v3/coins/{id}/status_updates`\n- `api/v3/coins/{id}/ohlc`\n\n#### Contract\n- `api/v3/coins/{id}/contract/{contract_address}`\n- `api/v3/coins/{id}/contract/{contract_address}/market_chart`\n- `api/v3/coins/{id}/contract/{contract_address}/market_chart_range`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrykwozinski%2Fgecko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrykwozinski%2Fgecko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrykwozinski%2Fgecko/lists"}