fix incorrect method

This commit is contained in:
tiagosiebler
2023-06-09 10:48:05 +01:00
parent 6dbbecb9a5
commit 6e3fe4c4ad

View File

@@ -5,10 +5,7 @@ const client = new RestClientV5({
}); });
client client
.getTickers({ .getDeliveryPrice({ category: 'option', symbol: 'ETH-26DEC22-1400-C' })
category: 'inverse',
symbol: 'BTCUSDT',
})
.then((response) => { .then((response) => {
console.log(response); console.log(response);
}) })