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
.getTickers({
category: 'inverse',
symbol: 'BTCUSDT',
})
.getDeliveryPrice({ category: 'option', symbol: 'ETH-26DEC22-1400-C' })
.then((response) => {
console.log(response);
})