Skip to main content

system_name

Returns the node implementation name on Astar.

Parameters#

This method accepts no parameters.

Request#

{
"jsonrpc": "2.0",
"method": "system_name",
"params": [],
"id": 1
}

Code Examples#

curl https://api-astar.n.dwellir.com/YOUR_API_KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "system_name",
"params": [],
"id": 1
}'