This section documents our gRPC services based on the protobuf definitions in the QFEX-org/proto repository.

QFEX provides 2 endpoints for gRPC:

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.

(api-key: YOUR_API_KEY_HERE)