diff --git a/examples/apidoc/V5/Market/get-delivery-price.js b/examples/apidoc/V5/Market/get-delivery-price.js index 342a578..d397713 100644 --- a/examples/apidoc/V5/Market/get-delivery-price.js +++ b/examples/apidoc/V5/Market/get-delivery-price.js @@ -5,10 +5,7 @@ const client = new RestClientV5({ }); client - .getTickers({ - category: 'inverse', - symbol: 'BTCUSDT', - }) + .getDeliveryPrice({ category: 'option', symbol: 'ETH-26DEC22-1400-C' }) .then((response) => { console.log(response); })