When calling https://mainnet.blockchainos.org/api/v1/accounts/GA7ABBCSLF6OPK6BON43CSVW6H5WMXZEKIJ4372OP3R43EDPTP25IGOR/operations?cursor=JEdBN0FCQkNTTEY2T1BLNkJPTjQzQ1NWVzZINVdNWFpFS0lKNDM3Mk9QM1I0M0VEUFRQMjVJR09SLQAAAAAABgnJAAAAAAAAAAA3MDNjNTYxMC0wNDIyLTExZTktYjFlYi0wMjQyYWMxMjAwMDI%3D&limit=20&reverse=true, _embedded.records sometimes contain a different amount of records.
The bug can be reproduced, but the behavior is inconsistent. I had to perform the request multiple times to get the different responses below.
I'm not sure if this is a bug related to the operations for an account endpoint, or if it relates to all other endpoints as well.
Call 1 (the desired response) containing 4 records
When calling
https://mainnet.blockchainos.org/api/v1/accounts/GA7ABBCSLF6OPK6BON43CSVW6H5WMXZEKIJ4372OP3R43EDPTP25IGOR/operations?cursor=JEdBN0FCQkNTTEY2T1BLNkJPTjQzQ1NWVzZINVdNWFpFS0lKNDM3Mk9QM1I0M0VEUFRQMjVJR09SLQAAAAAABgnJAAAAAAAAAAA3MDNjNTYxMC0wNDIyLTExZTktYjFlYi0wMjQyYWMxMjAwMDI%3D&limit=20&reverse=true
, _embedded.records sometimes contain a different amount of records.The bug can be reproduced, but the behavior is inconsistent. I had to perform the request multiple times to get the different responses below.
I'm not sure if this is a bug related to the operations for an account endpoint, or if it relates to all other endpoints as well.
Call 1 (the desired response) containing 4 records
Call 2 (the faulty response) containing 5 records