You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dahemmer
changed the title
create_account operation is not included in the get operations for account endpoint
create_account operation is not included in the get operations for account API endpoint
Nov 17, 2018
This will be solved by #680. But it depends on #767#765
It is straightforward to implement #680 when #765 merged.
you can see the progress of #680 here #763@dahemmer
The TestNet SEBAK API does not include the create_account operation when getting all operations for an account.
The following request for example
https://testnet-sebak.blockchainos.org/api/v1/accounts/GAM2CGWYJRM3FGGKE624KWEWLLT5R7RQWLMS2KHFZ6F5MKOH27JH62FZ/operations
Does not include the following operation
https://testnet-sebak.blockchainos.org/api/v1/transactions/EKxcBdLjtawX2aXJRWAfNkomb6uykaUEPxcPBAbHewiE/operations
It should probably work like the get transactions for account endpoint, which does include all transactions containing the operations for the account
https://testnet-sebak.blockchainos.org/api/v1/accounts/GAM2CGWYJRM3FGGKE624KWEWLLT5R7RQWLMS2KHFZ6F5MKOH27JH62FZ/transactions
The text was updated successfully, but these errors were encountered: