API Documentation
The Lucid API is the logical interface used to interact with a node. By default, your node's server listens on port 7021.
put
https://localhost:7021
/api/kv/:key
Store Data (Create & Update)
get
https://localhost:7021
/api/kv/:key
Get Data
delete
https://localhost:7021
/api/kv/:key
Delete Data
head
https://localhost:7021
/api/kv/:key
Check key initialization
patch
https://localhost:7021
/api/kv/:key
Execute a Specific Operation
Last modified 3yr ago