{"id":19921944,"url":"https://github.com/drakkar-software/coingecko-openapi-clients","last_synced_at":"2026-02-25T14:31:59.278Z","repository":{"id":228208935,"uuid":"773402129","full_name":"Drakkar-Software/coingecko-openapi-clients","owner":"Drakkar-Software","description":"Coingecko api client. Only typescript and python for now","archived":false,"fork":false,"pushed_at":"2024-09-09T19:39:10.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T19:15:20.443Z","etag":null,"topics":["coingecko","coingecko-api","coingecko-client","coingeckoapi","crypto","cryptocurrency","openapi"],"latest_commit_sha":null,"homepage":"https://www.coingecko.com/api/documentation","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Drakkar-Software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-17T15:11:57.000Z","updated_at":"2025-03-01T23:58:23.000Z","dependencies_parsed_at":"2024-09-09T23:16:40.302Z","dependency_job_id":"f9101b3f-e465-4a09-a7cc-1ccab45b8de6","html_url":"https://github.com/Drakkar-Software/coingecko-openapi-clients","commit_stats":null,"previous_names":["herklos/coingecko-openapi-clients"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2Fcoingecko-openapi-clients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2Fcoingecko-openapi-clients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2Fcoingecko-openapi-clients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drakkar-Software%2Fcoingecko-openapi-clients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drakkar-Software","download_url":"https://codeload.github.com/Drakkar-Software/coingecko-openapi-clients/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156692,"owners_count":21703327,"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":["coingecko","coingecko-api","coingecko-client","coingeckoapi","crypto","cryptocurrency","openapi"],"created_at":"2024-11-12T22:08:53.415Z","updated_at":"2026-02-25T14:31:59.235Z","avatar_url":"https://github.com/Drakkar-Software.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coingecko OpenApi clients\n\n## Global configuration\n\n```\nexport COINGECKO_BASE_URL=\"https://api.coingecko.com/api/v3\"\n```\n\nAPI documentation available at https://docs.coingecko.com/v3.0.1/reference/introduction\n\n## Typescript [![NPM](https://img.shields.io/npm/v/coingecko-openapi-client)](https://www.npmjs.com/package/coingecko-openapi-client)\n\n### Install\n\n```\nnpm i coingecko-openapi-client\nyarn add coingecko-openapi-client\npnpm install coingecko-openapi-client\n```\n\n### Setup\n\n```\npnpm install\npnpm build\n```\n\n### Usage\n\n```\npnpm start\n```\n\n## Python [![PYPI](https://img.shields.io/pypi/v/coingecko-openapi-client)](https://pypi.org/project/coingecko-openapi-client/)\n\n### Install\n\n```\npip3 install coingecko-openapi-client\n```\n\n### Usage\n\n```\npython3 examples/python/coins-list.py\n```\n\n\n## Developers\n\n### Regenerate client\n\nDownload the schema:\n\n```\nwget https://www.coingecko.com/api/documentations/v3/swagger.json -O swagger.json\n```\n\n#### Typescript\n\n```\npnpx openapi-typescript-codegen --input swagger.json --output client/typescript --name CoingeckoAPIClient\n```\n\n#### Python\n\n```\ndocker run --rm -v ./:/local swaggerapi/swagger-codegen-cli generate \\\n          -i /local/swagger.json \\\n          -l python \\\n          -o /local/client/python \\\n          --library asyncio \\\n          --additional-properties=packageName=coingecko_openapi_client \\\n          --additional-properties=projectName=coingecko-openapi-client \\\n          --additional-properties=packageUrl=https://github.com/Drakkar-Software/coingecko-openapi-clients\n``` \n\nThen patch the generated client with by replacing all `response_type=None` by `response_type=object`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkar-software%2Fcoingecko-openapi-clients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrakkar-software%2Fcoingecko-openapi-clients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrakkar-software%2Fcoingecko-openapi-clients/lists"}