Through this endpoint customers can list internal transactions by the address attribute.
String identifier of the address document represented in CryptoAPIs
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Crypto APIs and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
Defines whether or not there are more elements available after this set.
Defines the id of the next page which the next list should start from.
Defines what the sorting order is either ascending or descending.
Numeric representation of the timestamp in seconds since epoch
String representation of the hash of the transaction in which the internal transaction happened
String representation of the block hash of the transaction in which the internal transaction happened
Numeric representation of the block height of the transaction in which the internal transaction happened
String representation of internal transaction type trace address
String representation of internal transaction type
String representation of the internal transaction recipient
String representation of the internal transaction sender
String representation of the amount that was transacted
String representation of the fee unit
API Key
{
"apiVersion": "2024-12-12",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"startingAfter": "5ca21f92cf5431000105d1a7",
"hasMore": true,
"nextStartingAfter": "5ca21f92cf5431000105d1a7",
"sortingOrder": "ascending",
"items": [
{
"timestamp": 1582202940,
"transactionHash": "0x5d4ea0471b70de09fa3d6a4bc32f703ec44483bffa4d6169fa0a36c6a1dc108a",
"minedInBlock": {
"hash": "0x85ce0aa9628726c60db14526be8a2b823084b1f4c3dcccdc10b0235f23a49e66",
"height": 56009972
},
"operationId": "call_0_0",
"operationType": "CALL",
"recipient": "0xc946cb236481c159f460b212b34ab246dac37fcd",
"sender": "0xadf10d7f6a7069c11fc5f3c6c9b4f419b326bcbc",
"value": {
"amount": "0.025",
"unit": "BNB"
}
}
]
}
}