-
Notifications
You must be signed in to change notification settings - Fork 32
Endpoint not returns all the embedded aggregate transactions (&embedded=true) #498
Comments
the problem is that you are filtering by the aggregate type |
without a filter (& type), the result is not changed. |
without a type filter the result is of 15 transactions, though it is true that none of those is embedded |
response (embedded are not returned) if the request for this transaction response shows embedded transactions |
i believe you are encountering bug #433 where address cannot be used to get embedded transactions, in your case it does not affect you too much because you can try with PK instead, the problem would be for recipientAddresss - i'll await confirmation |
I confirm. filter signerPublicKey= is Ok. Many thanks |
Endpoint not returns all the embedded aggregate transactions
http://api-01.ap-northeast-1.0.10.0.x.symboldev.network:3000/transactions/confirmed?address=TDEROLO7NEKETJRPPSIFVXST26WZSVAYVCPUR7A&type=16705&type=16973&embedded=true
only top-level transactions are returned.
{
"data": [
{
"meta": {
"height": "39190",
"hash": "7B1C15BAB35C1385408AE65CFE70CB5B138A384B567F4A978922E95755676B23",
"merkleComponentHash": "7B1C15BAB35C1385408AE65CFE70CB5B138A384B567F4A978922E95755676B23",
"index": 0
},
"transaction": {
"size": 312,
"signature": "F1FCAB693709E1E3F495F27D6977422CEB839AD62535A1DB780F2F56E1AEA68A6F27271EB4A6D75A46750860846D7037199E74482CFB606A484ABA2E44AA0E0B",
"signerPublicKey": "EFD82781C2C65F0074D59DDC33B38BC5BE68B8B9243A3B234256807F4DA56AAC",
"version": 1,
"network": 152,
"type": 16705,
"maxFee": "312000",
"deadline": "28812363542",
"transactionsHash": "F010B2A87F66A19DC1BE9E220D15F20032A84D73D43458353384774F97725CA1",
"cosignatures": [ ]
},
"id": "5F802CFBACD4D71BB267923C"
}
],
"pagination": {
"pageNumber": 1,
"pageSize": 20
}
}
The text was updated successfully, but these errors were encountered: