Hello,
I’m using /namespace/mosaic/definition/page?namespace=namespaceName this API to retrieve all the mosaics under given namespace. But for some of the namespaces, it returns empty even if mosaics are present.
For example,
“namespaceId”: “imre.g”,
“name”: “tokens”
HTTP Response:
{
“data”: []
}
Why this?