Move
Get Sui transaction call trace
Retrieves the detailed call trace for a Sui transaction
api-key<token>
In: header
Query Parameters
networkId?string
txDigest?string
Response Body
application/json
curl -X GET "https://example.com/v1/move/sui_call_trace"{ "result": [ { "calls": [ {} ], "contractName": "string", "error": { "codeOffset": 0, "functionName": "string", "location": { "address": "string", "name": "string" }, "majorStatus": "string", "message": "string", "subStatus": "string" }, "from": "string", "functionName": "string", "gasUsed": "string", "inputs": [ null ], "location": null, "pc": 0, "returnValue": [ null ], "to": "string", "typeArgs": [ "string" ] } ]}Get Aptos transaction call trace GET
Retrieves the detailed call trace for an Aptos transaction
Get price GET
GetPrice returns the price of a given coin identifier, in a best effort way. If we do not have any price data for the given coin, we will return NOT_FOUND error. If we have at least one price data for the given coin, we will return it with the actual timestamp. Client is responsible for checking the timestamp and decide whether to use the price or not.