List Internal Transactions By Address
Through this endpoint customers can list internal transactions by the address
attribute.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
-
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "goerli" are test networks.
-
Requiredaddress string
String identifier of the address document represented in CryptoAPIs
Query parameters
-
Optionalcontext string
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. -
Optionallimit integer
Defines how many items should be returned in the response per page basis.
-
Optionaloffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
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.Example : yourExampleString -
Requireddata object
-
Requiredlimit integer
Defines how many items should be returned in the response per page basis.
Example : 50 -
Requiredoffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
Example : 0 -
Requiredtotal integer
Defines the total number of items returned in the response.
Example : 100 -
Requireditems arrayExample : Array ( )
-
Requiredamount string
Defines the specific amount of the transaction.
Example : 0.089286906469667626 -
RequiredminedInBlockHash string
Represents the hash of the block where this transaction was mined/confirmed for first time. The hash is defined as a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Example : 0x85ce0aa9628726c60db14526be8a2b823084b1f4c3dcccdc10b0235f23a49e66 -
RequiredminedInBlockHeight integer
Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block.
Example : 11135508 -
RequiredoperationID string
Represents the unique internal transaction ID in regards to the parent transaction (type trace address).
Example : call_1 -
RequiredoperationType string
Defines the call type of the internal transaction.
Example : CALL -
RequiredparentHash string
Defines the specific hash of the parent transaction.
Example : 0x5d4ea0471b70de09fa3d6a4bc32f703ec44483bffa4d6169fa0a36c6a1dc108a -
Requiredrecipient string
Represents the recipient address with the respective amount.
Example : 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 -
Requiredsender string
Represents the sender address with the respective amount.
Example : 0x7a250d5630b4cf539739df2c5dacb4c659f2488d -
Requiredtimestamp integerExample : 1582202940
-
-