Authentication
Sign up and log in through our APIs to seamlessly register your organisation.
Supported Environments
Luganodes supports the following environments on ETH, as defined below
Holesky Testnet
Ethereum Mainnet
Sign up
Signup with Luganodes through the signup API with your organization details to receive your API key.
Signup
POST
/api/signup
Create an account for your organization with Luganodes.
Request Body
Name
Type
Description
email*
String
Email of user
password*
String
Password
orgName*
String
Sample Request
Request Body
Property
Description
Type
Email of user
String
password
Password
String
orgName
Organization name
String
Response Object
Property
Description
Type
User
Object with API key
Object
Login
Login with your existing credentials to receive your API key.
Login
POST
/api/login
Login into an account with Luganodes.
Request Body
Name
Type
Description
email*
String
Email of user
password*
String
Password
Sample Request
Last updated