post https://{luniverse-network}.nodit.io/
특정 주소로부터 발행된 트랜잭션 수를 반환합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
특정 주소로부터 발행된 트랜잭션 수를 반환합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
16curl --request POST \
--url https://luniverse-mainnet.nodit.io/ \
--header 'X-API-KEY: nodit-demo' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionCount",
"params": [
"0xc90d3Ac75D1D36dF0b0a229E73D8409FB7F3c4ab",
"latest"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: