Vega API client for gRPC and REST
Project description
Vega API client
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d27944ac09fc8704712047f41010167f882b709e80565acaeb2c4b961dd867ed
|
|
| MD5 |
7bbfeca58feeefd5a0ca5631d2e0ec2f
|
|
| BLAKE2b-256 |
a5fd90e0669ef575f60fea320d9f3ffeb0dea67ff329744538498ce14b7c31c8
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d56bae5855d0bf07013afbac3bd2ebcafa9ad44ca346b6c76978462260d9c2a5
|
|
| MD5 |
623a8f1a85ce6458ae7d6d40a0874bae
|
|
| BLAKE2b-256 |
a05b6dbde04b3f187b1ca5048170db000ccbf4271d9d609cc497c608a59c4851
|