Case Insensitive Queries

Hey guys,

Is there a way to use case insensitive queries for “/token/ERC20/metadata/symbols”? For example, “LINK”, “link”, and “Link” all return different results. I know I’m speaking for myself but it might be helpful in specific situations.

Thanks.

1 Like

Hi @romako,

No, out queries are case sensitive and you should make sure to differentiate your symbols between lower case and uppercase. You can check out the docs where we have mentioned it over here -

https://docs.moralis.io/transactions-and-balances/token-balances#case-sensitivity

Hope this helps.

Happy BUIDling! :man_mechanic:

1 Like