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
/
crypto
/
categories.d.ts
3 lines
(2 loc)
•
232 B
TypeScript
View Raw
1
2
3
import
{
CategoriesResponse
,
CategoriesQueryParams
}
from
"../interfaces/Crypto"
;
export
declare
const
categories
:
(
apiKey
:
string
,
apiBase
:
string
,
apiVersion
:
string
,
query
?:
CategoriesQueryParams
) =>
Promise
<
CategoriesResponse
>;