PHPackages                             wilianmaique/php-mexc-api-v3 - 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. [API Development](/categories/api)
4. /
5. wilianmaique/php-mexc-api-v3

ActiveLibrary[API Development](/categories/api)

wilianmaique/php-mexc-api-v3
============================

easy to use mexc api wallet

v1.0.2(1y ago)3663GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Jun 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wilianmaique/-php-mexc-api-v3)[ Packagist](https://packagist.org/packages/wilianmaique/php-mexc-api-v3)[ RSS](/packages/wilianmaique-php-mexc-api-v3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

MEXC-API PHP
============

[](#mexc-api-php)

lib mexc api simple, for detail account, balance spot, withdraw info token, etc...

***Obs: the time on your machine/server must be updated!***

Installation
============

[](#installation)

```
composer require wilianmaique/php-mexc-api-v3
```

Use
===

[](#use)

add to your config/autoload

```
const MEXC_CONFIG = [
    'MEXC_URL_API' => 'https://api.mexc.com/api/v3',
    'MEXC_API_ACCESS_KEY' => 'xxxxxx',
    'MEXC_API_SECRET' => 'xxxxxxxxxxxxxxxxx'
];
```

Account::get()

```
