fix incorrect method
This commit is contained in:
@@ -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);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user