Armchain API
arm Namespace
arm_getBalance
curl -X POST http://localhost:4000 -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"arm_getBalance","params":["0xADDRESS","latest"],"id":1}'arm_getTransactionCount
curl -X POST http://localhost:4000 -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"arm_getTransactionCount","params":["0xADDRESS","latest"],"id":1}'arm_sendTransaction
curl -X POST http://localhost:4000 -H "Content-Type: application/json" \
-d '{
"jsonrpc":"2.0",
"method":"arm_sendTransaction",
"params":[{
"from": "0xFROM",
"to": "0xTO",
"value": "0xDE0B6B3A7640000"
}],
"id":1
}'dag Namespace
dag_getEvent
dag_getEventsByEpoch
dag_getEpochStats
dag_getHeads
aBFT Information
abft_getValidators
abft_getDowntime
abft_getEpoch
debug Namespace
debug_traceTransaction
debug_traceCall
Transaction Object Fields (Type 3)
Field
Type
Description
Enabling API Namespaces
Further Reading
Last updated