{"id":15024532,"url":"https://github.com/jongmin92/spring-boot-starter-upbit","last_synced_at":"2025-04-12T06:41:10.811Z","repository":{"id":46959923,"uuid":"397954845","full_name":"jongmin92/spring-boot-starter-upbit","owner":"jongmin92","description":"Upbit(업비트) Open API Client Spring Boot Starter","archived":false,"fork":false,"pushed_at":"2021-10-14T13:51:34.000Z","size":467,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T02:03:23.012Z","etag":null,"topics":["java","kotlin","spring-boot","upbit","upbit-api","upbit-api-client","upbit-client","upbit-spring-boot-starter"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/jongmin92.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}},"created_at":"2021-08-19T13:35:11.000Z","updated_at":"2022-09-30T10:17:43.000Z","dependencies_parsed_at":"2022-08-24T07:20:42.493Z","dependency_job_id":null,"html_url":"https://github.com/jongmin92/spring-boot-starter-upbit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongmin92%2Fspring-boot-starter-upbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongmin92%2Fspring-boot-starter-upbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongmin92%2Fspring-boot-starter-upbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongmin92%2Fspring-boot-starter-upbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongmin92","download_url":"https://codeload.github.com/jongmin92/spring-boot-starter-upbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530609,"owners_count":21119591,"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":["java","kotlin","spring-boot","upbit","upbit-api","upbit-api-client","upbit-client","upbit-spring-boot-starter"],"created_at":"2024-09-24T20:00:30.778Z","updated_at":"2025-04-12T06:41:10.787Z","avatar_url":"https://github.com/jongmin92.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-boot-starter-upbit\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/jongmin92/spring-boot-starter-upbit)\n[![build](https://github.com/jongmin92/spring-boot-starter-upbit/actions/workflows/build.yml/badge.svg?branch=master\u0026event=push)](https://github.com/jongmin92/spring-boot-starter-upbit/actions/workflows/build.yml)\n![GitHub](https://img.shields.io/github/license/jongmin92/spring-boot-starter-upbit)\n\nThis is an Upbit Open API Client Spring Boot Starter based on\nthe [Upbit v1.2.0 reference](https://docs.upbit.com/reference).\n\n## Download\n\n```\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation(\"io.github.jongmin92:upbit-service-spring-boot-starter:1.0.0\")\n}\n```\n\n## Usage\n\n### Set API Keys\n\nTo use it, must issue an API key from [마이페이지 - Open API 관리](https://www.upbit.com/mypage/open_api_management).  \nAnd set the issued API key on `application.yml(properties)`.\n\n```yaml\nupbit:\n  client:\n    access-key: { accessKey }\n    secret-key: { secretKey }\n```\n\n### Interface\n\nThis provides services for Sync, Async, and Coroutine interface.\n\n- `UpbitExchangeService` provides functionality for the `EXCHANGE API`.\n- `UpbitQuotationService` provides functionality for the `QUOTATION API`.\n\n#### Sync\n\n```kotlin\n@Autowired\nlateinit var upbitExchangeService: UpbitExchangeService\n\n@Autowired\nlateinit var upbitQuotationService: UpbitQuotationService\n```\n\n#### Async\n\nreturn `CompletableFuture\u003cT\u003e`\n\n```kotlin\n@Autowired\nlateinit var upbitExchangeAsyncService: UpbitExchangeAsyncService\n\n@Autowired\nlateinit var upbitQuotationAsyncService: UpbitQuotationAsyncService\n```\n\n#### Coroutine\n\nreturn `Deferred\u003cT\u003e`\n\n```kotlin\n@Autowired\nlateinit var upbitExchangeCoroutineService: UpbitExchangeCoroutineService\n\n@Autowired\nlateinit var upbitQuotationCoroutineService: UpbitQuotationCoroutineService\n```\n\n## License\n\n[MIT](https://github.com/jongmin92/spring-boot-starter-upbit/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongmin92%2Fspring-boot-starter-upbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongmin92%2Fspring-boot-starter-upbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongmin92%2Fspring-boot-starter-upbit/lists"}