{"id":21846213,"url":"https://github.com/owenvoke/cryptopia","last_synced_at":"2026-04-18T10:35:32.098Z","repository":{"id":57046109,"uuid":"117662532","full_name":"owenvoke/cryptopia","owner":"owenvoke","description":"An API wrapper for Cryptopia.co.nz","archived":false,"fork":false,"pushed_at":"2018-01-17T12:35:36.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T18:47:21.614Z","etag":null,"topics":["api","cryptopia","php","wrapper"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/pxgamer/cryptopia","language":"PHP","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/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-16T09:27:04.000Z","updated_at":"2018-01-24T23:31:56.000Z","dependencies_parsed_at":"2022-08-24T03:40:30.093Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/cryptopia","commit_stats":null,"previous_names":["pxgamer/cryptopia"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/owenvoke/cryptopia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fcryptopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fcryptopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fcryptopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fcryptopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/cryptopia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fcryptopia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31966145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["api","cryptopia","php","wrapper"],"created_at":"2024-11-27T23:13:17.347Z","updated_at":"2026-04-18T10:35:32.078Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptopia\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nAn API wrapper for Cryptopia.co.nz\n\n## Structure\n\n```\nsrc/\ntests/\nvendor/\n```\n\n## Install\n\nVia Composer\n\n```bash\n$ composer require pxgamer/cryptopia\n```\n\n## Usage\n\n### Basic methods\n\nInitialise the `Basic` class.\n\n```php\n$basic = new pxgamer\\Cryptopia\\Basic();\n```\n\nRetrieve a list of currencies as an `array`.\n\n```php\n$basic-\u003egetCurrencies();\n```\n\nRetrieve a list of trade pairs as an `array`.\n\n```php\n$basic-\u003egetTradePairs();\n```\n\nRetrieve a list of markets as an `array`.\n\n```php\n$basic-\u003egetMarkets();\n```\n\nRetrieve a single market as a `stdClass`.\n\n```php\n$basic-\u003egetMarket();\n```\n\nRetrieve a single market's history as an `array`.\n\n```php\n$basic-\u003egetMarketHistory();\n```\n\nRetrieve a single market's orders as a `stdClass`.\n\n```php\n$basic-\u003egetMarketOrders();\n```\n\nRetrieve a list of market order groups as an `array`.\n\n```php\n$basic-\u003egetMarketOrderGroups();\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [pxgamer][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/pxgamer/cryptopia.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/pxgamer/cryptopia/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/117662532/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/cryptopia.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/cryptopia.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/pxgamer/cryptopia\n[link-travis]: https://travis-ci.org/pxgamer/cryptopia\n[link-styleci]: https://styleci.io/repos/117662532\n[link-code-quality]: https://codecov.io/gh/pxgamer/cryptopia\n[link-downloads]: https://packagist.org/packages/pxgamer/cryptopia\n[link-author]: https://github.com/pxgamer\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fcryptopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Fcryptopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fcryptopia/lists"}