Transactions

GET {{baseUrl}}/api/transactions?blockId=<get>&limit=<>&type=<get>&orderBy=<>&offset=<>&senderPublicKey=<get>&vendorField=<get>&ownerPublicKey=<>&ownerAddress=<>&senderId=<get>&recipientId=<get>&amount=<get>&fee=<get>

Get all transactions.

Request Params

KeyDatatypeRequiredDescription
blockIdstringAn unsigned integer that specifies the block ID.
limitstringAn unsigned integer that specifies the maximum number of records.
typestringAn unsigned integer that specifies the transaction type.
orderBystringA string that specifies the column by which to sort the records.
offsetstringAn unsigned integer that specified the number of records to skip.
senderPublicKeystringA valid RIPA Public Key.
vendorFieldstringA string that specifies the SmartBridge used.
ownerPublicKeystringA valid RIPA Address.
ownerAddressstringA valid RIPA Address.
senderIdstringA valid RIPA Address.
recipientIdstringA valid RIPA Address.
amountstringAn unsigned integer that specifies the transaction amount.
feestringAn unsigned integer that specifies the transaction fee.