UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
api
/
usdtFutures
/
templates
/
withoutPayload.d.ts
6 lines
(5 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BinanceSignedClient
}
from
'../../../clients'
;
export
interface
TemplateResponse
{
coin
:
string
; }
export
declare
function
template
(
client
:
BinanceSignedClient
):
Promise
<
TemplateResponse
>;