🗂️ API/RPC
Example Requests
curl -X GET "https://api.ksm.validexis.com/block/last" -H "Accept: application/json"{
"block_number": 9876543,
"hash": "0x123456abcdef7890...",
"timestamp": "2025-03-01T16:00:00Z"
}curl -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "system_chain",
"params": [],
"id": 1
}' https://rpc.ksm.validexis.comLast updated