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.
Clone the proto definitions and generate client code for your preferred language.
Setup python
Setup Node
Setup Go
All gRPC calls to trade.qfex.com
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.
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.
Clone the proto definitions and generate client code for your preferred language.
Setup python
Setup Node
Setup Go
All gRPC calls to trade.qfex.com
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.