Skip to main content

Coinbase International Market Data Connector

Coinbase International Data Connector based on FIX protocol.

Features

coinbase_intxConnector Key
Instrument Types
FXFUTURE
Asset Class
Crypto
Technology
FIX
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
HostN/AFIX server host.
PortN/AFIX server port.
SenderCompIDN/ASenderCompID of the FIX session.
TargetCompIDN/ATargetCompID of the FIX session.
API KeyN/AAPI key for authentication in Coinbase.
Secret KeyN/ASecret key for authentication in Coinbase.
PassphraseN/APassphrase for authentication in Coinbase.
Use SSLtrueEnable to use SSL.
Exchange NameCOINBASEExchange name for this session.
Output Book Size20Size of the output book.
Snapshot Interval10SThis property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator.

Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in.

Default value is 10 seconds.

Symbology

Supported symbol notations:

Symbol NotationExamples
CRYPTO-PAIRBTC-USDC
BTC-PERP

Currency pairs in BASE-QUOTE format, e.g. BTC-USDC.

Instruments: https://api.international.coinbase.com/api/v1/instruments

Logging

To enable dump of FIX data, use these lines in the <QSHOME>/config/gflog.xml file:

<logger name="deltix.qsrv.hf.plugins.data.coinbase_intx" level="TRACE">
<appender-ref ref="safeAppender"/>
</logger>