/accounts/:address:/transactions
Returns details of all transactions where the account is sender or receiver
Parameters
address
REQUIRED(string)
- Account bech32 addressfrom
OPTIONAL(string)
- Number of items to skip for the result setsize
OPTIONAL(string)
- Number of items to retrievesender
OPTIONAL :(string)
- Address of the transaction senderreceiver
OPTIONAL :(string)
- Address of the transaction receivertoken
OPTIONAL :(string)
- Identifier of the tokensenderShard
OPTIONAL :(number)
- Id of the shard the sender address belongs toreceiverShard
OPTIONAL :(number)
- Id of the shard the receiver address belongs tominiBlockHash
OPTIONAL :(string)
- Filter by miniblock hashhashes
OPTIONAL :(array[string])
- Filter by a comma-separated list of transaction hashesstatus
OPTIONAL :(string)
- Status of the transaction (success / pending / invalid / fail)search
OPTIONAL :(string)
- Search in data objectbefore
OPTIONAL :(number)
- Before timestampafter
OPTIONAL :(number)
- After timestamporder
OPTIONAL :(string)
- Sort order (asc/desc)withScResults
OPTIONAL :(boolean)
- Return scResults for transactionswithOperations
OPTIONAL :(boolean)
- Return operations for transactionswithLogs
OPTIONAL :(boolean)
- Return logs for transactions
Returns
txHash
:(string)
- The hash of the transactiongasLimit
:(number)
- The maximum number of gas units allocated for the transactiongasPrice
:(number)
- The gas price to be used in the scope of the transactiongasUsed
:(number)
- Is the consumed amount from the provided gas limit - the amount of gas units actually required by the Network in order to process the transactionminiBlockHash
:(string)
- Contains all transactions that have either the sender in the current shard and the receiver in another shard or the sender in a different shard and the destination in the current shardnonce:
(number)
- The account sequence numberreceiver:
(string)
- The address of the receiver (bech32 format)receiverAssets:
(object)
receiverShard
:(number)
- The shard ID allocated to the receiverround
:(number)
- fixed time duration, consistent across the network, currently decided to be 5 secondssender
:(string)
- The address of the sender (bech32 format)senderAssets
:(object)
senderShard
:(number)
- The shard ID allocated to the sendersignature
:(string)
- The Signature (hex-encoded) of the Transactionstatus
:(string)
- Transaction status (success or executed, invalid, pending, partially-executed, received, failed)value
:(string)
- The Value to transfer, as a string representation of a Big Integer (can be "0"),EGLD
timesdenomination
fee
:(string)
- Measured in EGLD, is computed with respect to the actual gas cost - broken down into its components - and the gas price per gas unit, which differs between the componentstimestamp
:(number)
- u64 formadata
:(string)
- Arbitrary information about the transaction, base64-encodedfunction
:(string)
action
:(object)
category:
(string)
name
:(string)
description
:(string)
arguments
:(object)
scamInfo
:(object)
type
:(string)
info
:(sgtring)
type
:(string)
originalTxHash
:(string)
pendingResults
:(boolean)
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa/transactions?from=2&sender=erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa&receiver=erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa&status=success&order=asc&withScResults=false&withOperations=true&withLogs=true' \
-H 'accept: application/json'
Result
[
{
"txHash": "472241da941cbeaffdb8bc7b70baaaa18a06353ab42829fc3cc80db1c29093e1",
"gasLimit": 55500000,
"gasPrice": 1000000000,
"gasUsed": 52069443,
"miniBlockHash": "bc793ef7c7589f2578f35391ec437a9e7db737c8a9f63e7c078a212da5ac7d74",
"nonce": 63,
"receiver": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"receiverShard": 1,
"round": 6828699,
"sender": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"senderShard": 1,
"signature": "dc860e883f8d06e13a385f52928519c14d82c1b7c11f27a6ab62d2df24835e36a703e2b9b8a3d621931cbc654d47a6417d7c576feb8e7a58a8cca12e5c71cc07",
"status": "success",
"value": "0",
"fee": "1112219430000000",
"timestamp": 1637089794,
"data": "TXVsdGlFU0RUTkZUVHJhbnNmZXJAMDAwMDAwMDAwMDAwMDAwMDA1MDAxZTJhMTQyOGRkMWUzYTUxNDZiMzk2MGQ5ZTBmNGE1MDM2OTkwNGVlNTQ4M0AwM0A1NzQ1NDc0YzQ0MmQ2MjY0MzQ2NDM3MzlAQDExMDZlMmNlY2ZlYjI2OTdANGM0YjRkNDU1ODJkNjE2MTYyMzkzMTMwQDA0QDAxOWM0YzE1NTQyYmU5MGFlNDQyNDlANGM0YjRjNTAyZDMwMzM2MTMyNjY2MUAxNzE2QDU5YjY2YjUyMjIyODFjQDYxNjQ2NDRjNjk3MTc1Njk2NDY5NzQ3OTUwNzI2Zjc4NzlAMDAwMDAwMDAwMDAwMDAwMDA1MDBlYmQzMDRjMmYzNGE2YjNmNmE1N2MxMzNhYjdiOGM2ZjgxZGM0MDE1NTQ4M0AxMTA2ZDdhNjJjMzQ1OGIyQDAxOWM0YjA3MjAyZGZkMTUxYmM1ZDY=",
"function": "addLiquidityProxy",
"action": {
"category": "mex",
"name": "addLiquidity",
"description": "Added liquidity for 1.226917326384473751 WEGLD, 1947018.480393548504253001 LKMEX, 0.025251844982974492 LKLP",
"arguments": {
"transfers": [
{
"type": "FungibleESDT",
"name": "WrappedEGLD",
"ticker": "WEGLD",
"svgUrl": "https://media.elrond.com/tokens/asset/WEGLD-bd4d79/logo.svg",
"token": "WEGLD-bd4d79",
"decimals": 18,
"value": "1226917326384473751"
},
{
"type": "MetaESDT",
"name": "LockedMEX",
"ticker": "LKMEX",
"svgUrl": "https://media.elrond.com/tokens/asset/LKMEX-aab910/logo.svg",
"collection": "LKMEX-aab910",
"decimals": 18,
"identifier": "LKMEX-aab910-04",
"value": "1947018480393548504253001"
},
{
"type": "MetaESDT",
"name": "LockedLP",
"ticker": "LKLP",
"svgUrl": "https://media.elrond.com/tokens/asset/LKLP-03a2fa/logo.svg",
"collection": "LKLP-03a2fa",
"decimals": 18,
"identifier": "LKLP-03a2fa-1716",
"value": "25251844982974492"
}
],
"receiver": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"functionName": "addLiquidityProxy",
"functionArgs": [
"00000000000000000500ebd304c2f34a6b3f6a57c133ab7b8c6f81dc40155483",
"1106d7a62c3458b2",
"019c4b07202dfd151bc5d6"
]
}
},
"logs": {
"id": "472241da941cbeaffdb8bc7b70baaaa18a06353ab42829fc3cc80db1c29093e1",
"address": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"events": [
{
"address": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"V0VHTEQtYmQ0ZDc5",
"",
"EQbizs/rJpc=",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM="
],
"order": 0
},
{
"address": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"TEtNRVgtYWFiOTEw",
"BA==",
"AZxMFVQr6QrkQkk=",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM="
],
"order": 1
},
{
"address": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"TEtMUC0wM2EyZmE=",
"FxY=",
"WbZrUiIoHA==",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM="
],
"order": 2
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "ESDTLocalMint",
"topics": [
"TUVYLTQ1NWM1Nw==",
"",
"AZxMFVQr6QrkQkk="
],
"order": 3
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"V0VHTEQtYmQ0ZDc5",
"",
"EQbizs/rJpc=",
"AAAAAAAAAAAFAOvTBMLzSms/alfBM6t7jG+B3EAVVIM="
],
"order": 4
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"TUVYLTQ1NWM1Nw==",
"",
"AZxMFVQr6QrkQkk=",
"AAAAAAAAAAAFAOvTBMLzSms/alfBM6t7jG+B3EAVVIM="
],
"order": 5
},
{
"address": "erd1qqqqqqqqqqqqqpgqa0fsfshnff4n76jhcye6k7uvd7qacsq42jpsp6shh2",
"identifier": "ESDTLocalMint",
"topics": [
"RUdMRE1FWC0wYmU5ZTU=",
"",
"EQZcVp7kiU8="
],
"order": 6
},
{
"address": "erd1qqqqqqqqqqqqqpgqa0fsfshnff4n76jhcye6k7uvd7qacsq42jpsp6shh2",
"identifier": "ESDTTransfer",
"topics": [
"RUdMRE1FWC0wYmU5ZTU=",
"",
"EQZcVp7kiU8=",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM="
],
"order": 7
},
{
"address": "erd1qqqqqqqqqqqqqpgqa0fsfshnff4n76jhcye6k7uvd7qacsq42jpsp6shh2",
"identifier": "addLiquidity",
"topics": [
"YWRkX2xpcXVpZGl0eQ==",
"V0VHTEQtYmQ0ZDc5",
"TUVYLTQ1NWM1Nw==",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM=",
"Ado="
],
"data": "AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIMAAAAMV0VHTEQtYmQ0ZDc5AAAACBEG4s7P6yaXAAAACk1FWC00NTVjNTcAAAALAZxMFVQr6QrkQkkAAAAORUdMRE1FWC0wYmU5ZTUAAAAIEQZcVp7kiU8AAAAKDQ0Hw4hb9BnLiQAAAAoNDW7Yaj/48y+ZAAAADQE8DwF4LqSr+yO4FrUAAAAAAGgtFQAAAAAAAAHaAAAAAGGUAgI=",
"order": 8
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"TEtNRVgtYWFiOTEw",
"BA==",
"CHyaieY+3PmNTA==",
"AAAAAAAAAAAFAJBW8AEQG24VGARAZLSMLk+0ks2IVIM="
],
"order": 9
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "MultiESDTNFTTransfer",
"topics": [
"TEtNRVgtYWFiOTEw",
"BA==",
"AZxMFVQr6QrkQkk=",
"AAAAAAAAAAAFAJBW8AEQG24VGARAZLSMLk+0ks2IVIM="
],
"order": 10
},
{
"address": "erd1qqqqqqqqqqqqqpgqjpt0qqgsrdhp2xqygpjtfrpwf76f9nvg2jpsg4q7th",
"identifier": "ESDTNFTBurn",
"topics": [
"TEtNRVgtYWFiOTEw",
"BA==",
"CHyaieY+3PmNTA=="
],
"order": 11
},
{
"address": "erd1qqqqqqqqqqqqqpgqjpt0qqgsrdhp2xqygpjtfrpwf76f9nvg2jpsg4q7th",
"identifier": "ESDTNFTBurn",
"topics": [
"TEtNRVgtYWFiOTEw",
"BA==",
"AZxMFVQr6QrkQkk="
],
"order": 12
},
{
"address": "erd1qqqqqqqqqqqqqpgqjpt0qqgsrdhp2xqygpjtfrpwf76f9nvg2jpsg4q7th",
"identifier": "ESDTNFTCreate",
"topics": [
"TEtNRVgtYWFiOTEw",
"AiM=",
"AaTIr94SJ+fdz5U=",
"CAESDAABpMiv3hIn593PlSJtCKMEGiAAAAAAAAAAAAUAkFbwARAbbhUYBEBktIwuT7SSzYhUgzIAOkQAAAAHAAAAAAAAAfoKAAAAAAAAA0kPAAAAAAAAA2cPAAAAAAAAA4UPAAAAAAAAA6MPAAAAAAAAA8EPAAAAAAAAA98PAQ=="
],
"order": 13
},
{
"address": "erd1qqqqqqqqqqqqqpgqjpt0qqgsrdhp2xqygpjtfrpwf76f9nvg2jpsg4q7th",
"identifier": "ESDTNFTTransfer",
"topics": [
"TEtNRVgtYWFiOTEw",
"AiM=",
"AaTIr94SJ+fdz5U=",
"AAAAAAAAAAAFAB4qFCjdHjpRRrOWDZ4PSlA2mQTuVIM="
],
"order": 14
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "ESDTNFTBurn",
"topics": [
"TEtMUC0wM2EyZmE=",
"FxY=",
"WbZrUiIoHA=="
],
"order": 15
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "ESDTNFTCreate",
"topics": [
"TEtMUC0wM2EyZmE=",
"GP0=",
"EWASwfEGsWs=",
"CAESCQARYBLB8QaxayJeCP0xGiAAAAAAAAAAAAUAHioUKN0eOlFGs5YNng9KUDaZBO5UgzIAOjUAAAAORUdMRE1FWC0wYmU5ZTUAAAAIEWASwfEGsWsAAAALAaTIr94SJ+fdz5UAAAAAAAACIw=="
],
"order": 16
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "ESDTNFTTransfer",
"topics": [
"TEtMUC0wM2EyZmE=",
"GP0=",
"EWASwfEGsWs=",
"sIEBFV7hYbFUnnAx5kcYo7U/beLDMooVbl6JWpnvdPU="
],
"order": 17
},
{
"address": "erd1qqqqqqqqqqqqqpgqrc4pg2xarca9z34njcxeur622qmfjp8w2jps89fxnl",
"identifier": "addLiquidityProxy",
"topics": [
"YWRkX2xpcXVpZGl0eV9wcm94eQ==",
"V0VHTEQtYmQ0ZDc5",
"TEtNRVgtYWFiOTEw",
"sIEBFV7hYbFUnnAx5kcYo7U/beLDMooVbl6JWpnvdPU=",
"AAAAAAAAAAAFAOvTBMLzSms/alfBM6t7jG+B3EAVVIM=",
"Ado="
],
"data": "sIEBFV7hYbFUnnAx5kcYo7U/beLDMooVbl6JWpnvdPUAAAAAAAAAAAUA69MEwvNKaz9qV8Ezq3uMb4HcQBVUgwAAAAxXRUdMRC1iZDRkNzkAAAAAAAAAAAAAAAgRBuLOz+smlwAAAAxMS01FWC1hYWI5MTAAAAAAAAAAAAAAAAsBnEwVVCvpCuRCSQAAAAtMS0xQLTAzYTJmYQAAAAAAABj9AAAACBFgEsHxBrFrAAAADkVHTERNRVgtMGJlOWU1AAAACBFgEsHxBrFrAAAACwGkyK/eEifn3c+VAAAAAAAAAiMBAAAAAABoLRUAAAAAAAAB2gAAAABhlAIC",
"order": 18
},
{
"address": "erd1kzqsz927u9smz4y7wqc7v3cc5w6n7m0zcveg59twt6y44x00wn6sun45pa",
"identifier": "completedTxEvent",
"topics": [
"RyJB2pQcvq/9uLx7cLqqoYoGNTq0KCn8PMgNscKQk+E="
],
"order": 19
}
]
}
]