API Docs
You can use the Lulo API to generate deposit and withdrawal transactions, and fetch a user's account balance and earnings
Authentication
All API requests require a valid API key for authentication, log in to the developer dashboard to manage your API Kkey
headers: {
'x-api-key': process.env.LULO_API_KEY,
},
Developer Tools
API documentation has moved to our developer dashboard: you can login, manage your API Keys, and review documentation there: https://dev.lulo.fi
Last updated