Requests unprocessed transactions data
GET {{baseUrl}}/node/transactions/:state?id=<x-swagger-pipe>&recipientId=<x-swagger-pipe>&recipientPublicKey=<x-swagger-pipe>&senderId=<x-swagger-pipe>&senderPublicKey=<x-swagger-pipe>&type=<x-swagger-pipe>&limit=<x-swagger-pipe>&offset=<>&sort=<>
By specifying the state of the transactions, you get a list of unprocessed transactions matching this state. Search for specific transactions by providing the appropriate parameters. If you post a batch of transactions, they will appear in the unprocessed list after a small delay, depending on server load.
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 | |
type | string | Transaction type (0-7) | |
limit | string | Limit applied to results | |
offset | string | Offset value for results | |
sort | string | Fields to sort results by |