Skip to main content

Asynchronous MEXC API wrapper

Project description

aiomexc

Pretty and fully asynchronous wrapper for MEXC API.

Using with HTTP API

You can start use wrapper very fast.

Install

pip install aiomexc

You can install with protobuf dependencies to use WebSocket API

pip install aiomexc[ws]
  • Import and initialize client.
from aiomexc import MexcClient

client = MexcClient()
  • Call needed method and get response as dataclass model.
await client.get_ticker_price(symbol="BTCUSDT")
  • To call methods that requires auth (e.g. open order), you can pass your credentils globally to client instance.
from aiomexc import Credentials

client = MexcClient(credentials=Credentials(access_key="mx0.....", secret_key="......"))

Or if you need to make requests from different API credentials you can pass credentials to every method calls.

await client.query_order(credentials=Credentials(access_key="mx0.....", secret_key="......"))

TODO:

  • Support all methods

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiomexc-0.2.18.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiomexc-0.2.18-py3-none-any.whl (39.2 kB view details)

Uploaded Python 3

File details

Details for the file aiomexc-0.2.18.tar.gz.

File metadata

  • Download URL: aiomexc-0.2.18.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aiomexc-0.2.18.tar.gz
Algorithm Hash digest
SHA256 8cb54f425ba88fa0e867402e9b8b55f3e39a4f64ff54d7c9d44363d3041dcc37
MD5 7750cf0cded9639e347d42bc61d9eff1
BLAKE2b-256 a90f71723e7511afdb126b55286cb08c9b73234e5af4b0c987e330dbb6ee5010

See more details on using hashes here.

File details

Details for the file aiomexc-0.2.18-py3-none-any.whl.

File metadata

  • Download URL: aiomexc-0.2.18-py3-none-any.whl
  • Upload date:
  • Size: 39.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aiomexc-0.2.18-py3-none-any.whl
Algorithm Hash digest
SHA256 dbe98e808ae905c4adabee8fe2a59af4d6875db5d4ab5c4622fe94abe8dd39e2
MD5 1a16a31d567997411ce16fb9152eb440
BLAKE2b-256 2126b94493f5b5b13851dbbd62f65dc3e65be8e7188e8a4d296fb6d98789e5ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page