{"id":34213798,"url":"https://github.com/ismaelvsqz/cexio","last_synced_at":"2026-06-07T14:31:38.156Z","repository":{"id":64303899,"uuid":"336065137","full_name":"ismaelvsqz/cexio","owner":"ismaelvsqz","description":"Unofficial CEX.IO Rest API Go Client.","archived":false,"fork":false,"pushed_at":"2021-02-07T16:08:20.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T02:33:17.718Z","etag":null,"topics":["cexio","go","golang","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ismaelvsqz.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-02-04T19:47:29.000Z","updated_at":"2021-02-07T15:59:38.000Z","dependencies_parsed_at":"2023-01-15T10:01:02.653Z","dependency_job_id":null,"html_url":"https://github.com/ismaelvsqz/cexio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ismaelvsqz/cexio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaelvsqz%2Fcexio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaelvsqz%2Fcexio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaelvsqz%2Fcexio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaelvsqz%2Fcexio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismaelvsqz","download_url":"https://codeload.github.com/ismaelvsqz/cexio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismaelvsqz%2Fcexio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34025803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cexio","go","golang","rest-api"],"created_at":"2025-12-15T21:59:48.360Z","updated_at":"2026-06-07T14:31:38.139Z","avatar_url":"https://github.com/ismaelvsqz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unofficial CEX.IO Rest API Go Client.\n\nThis library simplifies the CEX.IO Rest API consumption.\n\n# Example\n\nThe following example shows two calls. One is private and the other is public.\n\n    package main\n\n    import (\n        \"fmt\"\n\n        \"github.com/ismaelvsqz/cexio\"\n    )\n\n    func main() {\n        api := cexio.API{\n            Username:  \"up00000001\",\n            APIKey:    \"XXXXXXXXXXXXX\",\n            APISecret: \"YYYYYYYYYYYYY\"}\n\n        resp, err := api.Do(cexio.Request{\n            Method: cexio.MethodActiveOrdersStatus,\n            Data:   map[string]interface{}{\"orders_list\": []string{\"111111111\", \"22222222222\"}},\n        })\n\n        if err != nil {\n            log.Fatal(err)\n        }\n\n        fmt.Printf(\"%s\\n\", resp)\n\n        resp, err = api.Do(cexio.Request{\n            Method:     cexio.MethodTicker,\n            Parameters: []string{\"BTC\", \"USD\"},\n        })\n\n        if err != nil {\n            log.Fatal(err)\n        }\n\n        fmt.Printf(\"%s\\n\", resp)\n    }\n\n# License\n\nCopyright 2021 Juan Ismael Vasquez \u003cismael.juan@gmail.com\u003e. All rights reserved. Use of this source code is governed by a MIT style license that can be found in the LICENSE file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaelvsqz%2Fcexio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismaelvsqz%2Fcexio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismaelvsqz%2Fcexio/lists"}