lunarcrushed

Generate an API key for LunarCRUSH.


Keywords
api, lunarcrush, trading, crypto, bitcoin, altcoin
Licenses
GPL-3.0/GPL-3.0+
Install
pip install lunarcrushed==0.1.2

Documentation

LunarCRUSHed

Generate API keys for LunarCRUSH.

Disclaimer

I take no responsibility if you get IP banned for the LunarCRUSH API for using this. Use at your own risk.


Python

View on PyPI or on the python branch.

Install

pip install lunarcrushed

Example

from lunarcrushed import getKey

print(getKey())

NodeJS

View on npm or on the node branch.

Install

npm install lunarcrushed

Example

import { getKey } from "lunarcrushed";

(async () => console.log(getKey()))();