Api that allows to create crypto payments. Api client for crypto-keeper. Install yarn add @crypto-keeper/api Usage import api from '@crypto-keeper/api' const payment = await api.payment.create({ amount: 100 }) Supported env CRYPTO_KEEPER_CLIENT_ID CRYPTO_KEEPER_CLIENT_SECRET