starknet_getNonce - Get the nonce associate...
Get the nonce associated with the given address in the given block
Get the nonce associated with the given address in the given block
Errors
| Code | Message |
|---|---|
| 24 | Block not found |
| 20 | Contract not found |
Examples
curl -X POST https://api-starknet-mainnet.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "starknet_getNonce",
"params": [
"latest",
"0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
],
"id": 1
}'starknet_getMessagesStatus - Given an l1 tx...
Given an l1 tx hash, returns the associated l1_handler tx hashes and statuses for all L1 -> L2 messages sent by the l1 transaction, ordered by the l1 tx sending order
starknet_getStateUpdate - Get the Info abou...
Get the information about the result of executing the requested block