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
Key | Datatype | Required | Description |
---|---|---|---|
blockId | string | An unsigned integer that specifies the block ID. | |
limit | string | An unsigned integer that specifies the maximum number of records. | |
type | string | An unsigned integer that specifies the transaction type. | |
orderBy | string | A string that specifies the column by which to sort the records. | |
offset | string | An unsigned integer that specified the number of records to skip. | |
senderPublicKey | string | A valid RIPA Public Key. | |
vendorField | string | A string that specifies the SmartBridge used. | |
ownerPublicKey | string | A valid RIPA Address. | |
ownerAddress | string | A valid RIPA Address. | |
senderId | string | A valid RIPA Address. | |
recipientId | string | A valid RIPA Address. | |
amount | string | An unsigned integer that specifies the transaction amount. | |
fee | string | An unsigned integer that specifies the transaction fee. |