Skip to content

Commit 38a17da

Browse files
committed
futuresPrices version
1 parent 7b7d4c0 commit 38a17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-binance-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3950,7 +3950,7 @@ let api = function Binance( options = {} ) {
39503950
},
39513951

39523952
futuresPrices: async ( params = {} ) => {
3953-
let data = await promiseRequest( 'v1/ticker/price', params, { base:fapi } );
3953+
let data = await promiseRequest( 'v3/ticker/price', params, { base:fapi } );
39543954
return Array.isArray( data ) ? data.reduce( ( out, i ) => ( ( out[i.symbol] = i.price ), out ), {} ) : data;
39553955
},
39563956

0 commit comments

Comments
 (0)