gRPC
gRPC Overview
This section documents our gRPC services based on the protobuf definitions in the QFEX-org/proto repository.
QFEX provides 2 endpoints for gRPC:
- mds.pfex.io for public market and reference data.
- trade.pfex.io for order entry and private data.
These endpoints have a common set of enums.
Getting Started
Clone the proto definitions and generate client code for your preferred language.
Authentication
All gRPC calls to trade.pfex.io
require an API Key sent as metadata.
Read the introduction to learn how to get an API key.
Then add it to the api-key
metadata field in your gRPC client.