Requests transactions data

GET {{baseUrl}}/transactions?id=<x-swagger-pipe>&recipientId=<x-swagger-pipe>&recipientPublicKey=<x-swagger-pipe>&senderId=<x-swagger-pipe>&senderPublicKey=<x-swagger-pipe>&senderIdOrRecipientId=<>&type=<x-swagger-pipe>&height=<x-swagger-pipe>&minAmount=<>&maxAmount=<>&fromTimestamp=<x-swagger-pipe>&toTimestamp=<x-swagger-pipe>&blockId=<x-swagger-pipe>&limit=<x-swagger-pipe>&offset=<>&sort=<>

Search for a specified transaction in the system.

Request Params

KeyDatatypeRequiredDescription
idstringTransaction id to query
recipientIdstringRecipient lisk address
recipientPublicKeystringRecipient public key
senderIdstringSender lisk address
senderPublicKeystringSender public key
senderIdOrRecipientIdstringLisk address
typestringTransaction type (0-7)
heightstringCurrent height of the network
minAmountstringMinimum transaction amount in Beddows
maxAmountstringMaximum transaction amount in Beddows
fromTimestampstringStarting unix timestamp
toTimestampstringEnding unix timestamp
blockIdstringBlock id to query
limitstringLimit applied to results
offsetstringOffset value for results
sortstringFields to sort results by