Skip to main content

API (dados e negociação) do Mercado Bitcoin

Project description

Mercado Bitcoin - API de Dados e Negociações


Documentação Oficial


Exemplo de Uso

from pymbtc import Api, TradeApi
import os

api = Api()
print(api.ticker())
print(api.ticker("BTC"))

tapi = TradeApi(
    tapi_id=os.getenv("tapi_id"),
    tapi_secret=os.getenv("tapi_secret")
)
print(tapi.list_system_messages())
print(tapi.list_system_messages(level="INFO"))
print(tapi.get_account_info())
print(tapi.list_orders(coin_pair="BRLBTC"))

Project details


Download files

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

Source Distribution

pymbtc-0.21.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

pymbtc-0.21-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

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