Aleo logo
MAINNET
By LavenderFive

Learn how to interact with aleo nodes using different endpoint types.

#Available Endpoints

ServiceEndpoint
REST APIhttps://aleo.lavenderfive.com:443
RPCNot available
gRPCNot available
WebSocketNot available
JSON-RPCNot available
WS-JSON-RPCNot available
    Some endpoints may require an API key for access. You can get one by signing up with the yellow "API KEY" button on this page or visit lavenderfive.com/api.

#🌐 Usage Examples

#REST API Examples

# Using curl
curl -X GET "https://aleo.lavenderfive.com:443/status" \
  -H "x-api-key: your-api-key-uuid"

# Using JavaScript/fetch
const response = await fetch(
  "https://aleo.lavenderfive.com:443/status",
  {
    headers: {
      'x-api-key': 'your-api-key-uuid'
    }
  }
);

#🔑 Common Response Codes

CodeDescription
200Successful request
400Bad request / Invalid parameters
401Unauthorized / Invalid API key
404Resource not found
429Too many requests
500Internal server error
    Rate limits may apply to endpoints. Please use for testing and get a trial API-key to try out a fully unlimited api for 14 days.
Chain ID:
Latest Version:
Public endpoints
REST/LCD
aleo.lavenderfive.com:443
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.