Traian Anghel
Traian Anghel
> `/tokens?withMetaESDT=true&type=MetaESDT should return only tokens of type FungibleESDT` - shouldn't it only return `MetaESDT` tokens? Indeed, there was a problem in the PR description. Should be good now
todo: - total identities :ballot_box_with_check: - total nodes :ballot_box_with_check: - total providers :ballot_box_with_check: - total rounds :ballot_box_with_check: - total shards :ballot_box_with_check: - total mex pairs (and create `/count` endpoint) :ballot_box_with_check:...
Hello! Indeed, this is confusing. The reasoning behind this is that actually pending transactions are actually transactions with status `success`, but are still awaiting results from cross-shard smart contracts. If...
a transaction has status pending while it is being processed, then the status changes to "success", "failed", etc. the indexer team is already working on providing the real transaction status...
Hello! We have discussed internally and will address both issues. Will close this issue once it's done
Will close this issue since it's not relevant any more
hello! indeed, we have a caching issue here. we cache the collection / token properties (including owner) for 24h for performance reasons, and right now we do not have any...
The issue has been fixed with the following PR: https://github.com/multiversx/mx-api-service/pull/912
are you performing a lot of repeated requests towards the delegation api? we have some rate limiters that might affect this if you want to query the delegation information for...