PHPackages                             cryptoapis/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. cryptoapis/sdk

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

cryptoapis/sdk
==============

Crypto APIs is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs 2.0 can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs 2.0 provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.

1.7.0(3y ago)13746↓100%11[1 PRs](https://github.com/Crypto-APIs/Crypto_APIs_2.0_SDK_PHP/pulls)MITPHPPHP ^7.3 || ^8.0

Since Apr 29Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Crypto-APIs/Crypto_APIs_2.0_SDK_PHP)[ Packagist](https://packagist.org/packages/cryptoapis/sdk)[ Docs](https://github.com/Crypto-APIs/Crypto_APIs_2.0_SDK_PHP#readme)[ RSS](/packages/cryptoapis-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

⚠️ SDK Deprecation Notice
=========================

[](#️-sdk-deprecation-notice)

> **Status:** Archived &amp; Deprecated
> **Effective Date:** 1st April, 2025

---

This SDK has been officially **deprecated** and is no longer actively maintained or updated.

To give you more flexibility, we recommend generating your own SDK using our official **OpenAPI specification**, available for download from the Crypto APIs Developer Portal:

👉

---

💡 Recommended Approach
----------------------

[](#-recommended-approach)

You can easily generate SDKs in most major programming languages using tools such as:

- [OpenAPI Generator](https://openapi-generator.tech/)
- [Swagger Codegen](https://swagger.io/tools/swagger-codegen/)

Simply use our OpenAPI JSON to create SDKs tailored to your specific needs.

---

This repository will remain available for reference but is no longer supported.

For questions, please contact us via our official support channels.

---

*Thank you for your understanding and for building with Crypto APIs!*

cryptoapis/sdk
==============

[](#cryptoapissdk)

Crypto APIs is a complex and innovative infrastructure layer that radically simplifies the development of any Blockchain and Crypto related applications. Organized around REST, Crypto APIs can assist both novice Bitcoin/Ethereum enthusiasts and crypto experts with the development of their blockchain applications. Crypto APIs provides unified endpoints and data, raw data, automatic tokens and coins forwardings, callback functionalities, and much more.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "cryptoapis/sdk": "^1.7.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
