UNPKG
coinmarketcap-js
Version:
latest (1.7.0)
1.7.0
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Javascript SDK for CoinMarketCap
github.com/rodgeTech/coinmarketcap-js
rodgeTech/coinmarketcap-js
coinmarketcap-js
/
dist
/
exchange
/
info.d.ts
3 lines
(2 loc)
•
236 B
TypeScript
View Raw
1
2
3
import
{
ExchangeInfoQueryParams
,
ExchangeInfoResponse
}
from
"../interfaces/Exchange"
;
export
declare
const
info
:
(
apiKey
:
string
,
apiBase
:
string
,
apiVersion
:
string
,
query
?:
ExchangeInfoQueryParams
) =>
Promise
<
ExchangeInfoResponse
>;