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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | Transaction id to query | |
recipientId | string | Recipient lisk address | |
recipientPublicKey | string | Recipient public key | |
senderId | string | Sender lisk address | |
senderPublicKey | string | Sender public key | |
senderIdOrRecipientId | string | Lisk address | |
type | string | Transaction type (0-7) | |
height | string | Current height of the network | |
minAmount | string | Minimum transaction amount in Beddows | |
maxAmount | string | Maximum transaction amount in Beddows | |
fromTimestamp | string | Starting unix timestamp | |
toTimestamp | string | Ending unix timestamp | |
blockId | string | Block id to query | |
limit | string | Limit applied to results | |
offset | string | Offset value for results | |
sort | string | Fields to sort results by |