API ReferenceGuidesChangelog
Move

Get Aptos transaction call trace

Retrieves the detailed call trace for an Aptos transaction

GET
/v1/move/call_trace

Authorization

api-key<token>

In: header

Query Parameters

networkId?string
txHash?string

Response Body

application/json

curl -X GET "https://example.com/v1/move/call_trace"
{  "contentType": "string",  "data": "string",  "extensions": [    {      "@type": "string",      "property1": null,      "property2": null    }  ]}