Title: XRPLMeta token icon missing for AGENTIC (Fintech Wave AI)
Hi XRPLMeta team — thanks for the project.
I’m seeing that my token’s icon doesn’t get published to the XRPLMeta API responses yet, so the UI shows the token without a logo. The token’s name/description/urls do appear.
Token:
What I observe (API):
-
GET https://s1.xrplmeta.org/token/AGENTIC:rwUaawaWswivsrBHNNDkS7zZZHWBgUH1g
Current response includes meta.token: { name, desc, urls } but there is no icon field present.
Evidence (keys only):
- meta.token keys: dict_keys(['desc', 'name', 'urls'])
- meta.issuer keys: dict_keys(['domain', 'kyc', 'name'])
-
GET https://s1.xrplmeta.org/tokens?name_like=AGENTIC&expand_meta=true&limit=5
token meta includes desc/name/urls but no icon fields.
Server-side verification:
Could you please let me know if there’s a specific ingestion step for icons that might be failing/lagging, or what you’d recommend for getting the icon picked up? If you need additional logs or a confirmation of the exact fetched URL you’re using, I’m happy to provide it.
Thanks in advance!
Title: XRPLMeta token icon missing for AGENTIC (Fintech Wave AI)
Hi XRPLMeta team — thanks for the project.
I’m seeing that my token’s icon doesn’t get published to the XRPLMeta API responses yet, so the UI shows the token without a logo. The token’s name/description/urls do appear.
Token:
What I observe (API):
GET https://s1.xrplmeta.org/token/AGENTIC:rwUaawaWswivsrBHNNDkS7zZZHWBgUH1g
Current response includes meta.token: { name, desc, urls } but there is no icon field present.
Evidence (keys only):
GET https://s1.xrplmeta.org/tokens?name_like=AGENTIC&expand_meta=true&limit=5
token meta includes desc/name/urls but no icon fields.
Server-side verification:
TOML:
curl -I https://fintechwave.ai/.well-known/xrp-ledger.toml
=> HTTP 200, cache-control: public, max-age=0
Icon:
curl -I https://fintechwave.ai/images/agentic-v2.png
=> HTTP 200, content-type: image/png, cache-control: public, max-age=3600
Could you please let me know if there’s a specific ingestion step for icons that might be failing/lagging, or what you’d recommend for getting the icon picked up? If you need additional logs or a confirmation of the exact fetched URL you’re using, I’m happy to provide it.
Thanks in advance!