Skip to main content

Vega API client for gRPC and REST

Project description

Vega API client

Python tests

This is the Vega API client, which can talk to a Vega node using gRPC or REST.

Example

from google.protobuf.empty_pb2 import Empty

import vegaapiclient as vac

# Either gRPC
api = vac.API.GRPC
url = "veganode.example.com:1234"

# Or REST
# api = vac.API.REST
# url = "https://veganode.example.com"

# Create client for accessing public data
datacli = vac.VegaTradingDataClient(api, url)

# Create client for trading (e.g. submitting orders)
tradingcli = vac.VegaTradingClient(api, url)

# Get a list of markets
markets = datacli.Markets(Empty()).markets

# Get a specific market by ID
req = vac.grpc.api.trading.MarketByIDRequest(marketID="MARKETID")
market = datacli.MarketByID(req)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

Vega API client-0.0.9.tar.gz (36.3 kB view details)

Uploaded Source

Built Distribution

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

Vega_API_client-0.0.9-py3-none-any.whl (44.5 kB view details)

Uploaded Python 3

File details

Details for the file Vega API client-0.0.9.tar.gz.

File metadata

  • Download URL: Vega API client-0.0.9.tar.gz
  • Upload date:
  • Size: 36.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9

File hashes

Hashes for Vega API client-0.0.9.tar.gz
Algorithm Hash digest
SHA256 d27944ac09fc8704712047f41010167f882b709e80565acaeb2c4b961dd867ed
MD5 7bbfeca58feeefd5a0ca5631d2e0ec2f
BLAKE2b-256 a5fd90e0669ef575f60fea320d9f3ffeb0dea67ff329744538498ce14b7c31c8

See more details on using hashes here.

File details

Details for the file Vega_API_client-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: Vega_API_client-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9

File hashes

Hashes for Vega_API_client-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 d56bae5855d0bf07013afbac3bd2ebcafa9ad44ca346b6c76978462260d9c2a5
MD5 623a8f1a85ce6458ae7d6d40a0874bae
BLAKE2b-256 a05b6dbde04b3f187b1ca5048170db000ccbf4271d9d609cc497c608a59c4851

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