Server API
{
"jsonrpc": "2.0",
"method": "<methodname>",
"params": [ .. ],
"id": 1
}Get Server Info
space-cli getserverinfocurl -X POST http://127.0.0.1:7225 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"getserverinfo","params":[],"id":1}'{
"chain": "mainnet",
"tip": {
"hash": "0000000000000000000210254eedf4507d3df7bf258ed4bcedfcbb8d02df58c6",
"height": 883338
}
}Get Space
Name
Type
Description
Get Space Owner
Name
Type
Description
Get Spaceout
Name
Type
Description
Estimate bid
Name
Type
Description
Get Rollout
Name
Type
Description
Get Block Meta
Name
Type
Description
Get Transaction Meta
Name
Type
Description
Check package
Name
Type
Description
Last updated