curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getTxStatus",
"params": []
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
Get the status of a transaction sent to the network. (caution Deprecated as of v1.10.0.)
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getTxStatus",
"params": []
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=43114 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "avm.getTxStatus",
"params": []
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
Was this page helpful?