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

KeyDatatypeRequiredDescription
idstringTransaction id to query
recipientIdstringRecipient lisk address
recipientPublicKeystringRecipient public key
senderIdstringSender lisk address
senderPublicKeystringSender public key
typestringTransaction type (0-7)
limitstringLimit applied to results
offsetstringOffset value for results
sortstringFields to sort results by