TRX
POST
GET
Last updated on January 1, 1970
1 min read
Method /wallet/gettransactionfrompending undefined ()
connect with REST protocol
/wallet/gettransactionfrompending
Get transaction details from the pending pool
Parameters
value
-
string
transaction hash
Request
curl --location --request POST 'https://trx.getblock.io/wallet/gettransactionfrompending' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"value": "9edf97791881d5e19fd2f04e2416ba83717cd8fa9775668fd6d79bdaeb47c6eb"}'
Response
{
"blockNumber": 30864600,
"blockTimeStamp": 1623056091000,
"contractResult": [
""
],
"id": "9edf97791881d5e19fd2f04e2416ba83717cd8fa9775668fd6d79bdaeb47c6eb",
"receipt": {
"net_usage": 283
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }