Skip to content

Commit

Permalink
PLAT-1142
Browse files Browse the repository at this point in the history
Add base_native and quote_native to reference data and security master endpoints
  • Loading branch information
victoreram committed Aug 28, 2024
1 parent 2b7c226 commit 9531e8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions coinmetrics/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6785,7 +6785,7 @@ def reference_data_markets(
'price_includes_fee', 'variable_fee', 'base_address', 'quote_address', 'status',
'order_amount_increment', 'order_amount_min', 'order_amount_max', 'order_price_increment',
'order_price_min', 'order_price_max', 'order_size_min', 'order_taker_fee', 'order_maker_fee',
'margin_trading_enabled', 'experimental']
'margin_trading_enabled', 'experimental', 'base_native', 'quote_native']
)

def reference_data_exchange_metrics(
Expand Down Expand Up @@ -7192,7 +7192,8 @@ def security_master_markets(
'order_price_min', 'order_price_max', 'order_size_min',
'order_taker_fee', 'order_maker_fee', 'margin_trading_enabled',
'experimental', 'price_open', 'price_close', 'price_high',
'price_low', 'vwap', 'volume', 'candle_usd_volume', 'candle_trades_count'
'price_low', 'vwap', 'volume', 'candle_usd_volume', 'candle_trades_count',
'base_native', 'quote_native'
]
)

Expand Down

0 comments on commit 9531e8b

Please sign in to comment.