post
https://rest-api.hellomoon.io/v0/nft/collection/name
NOTE: This endpoint is only callable by API keys in the following tiers:
- Business
- Developer
- Enterprise
- PremiumSharedRpc
- StarterSharedRpc
- UltimateSharedRpc
The Collection Name to Collection Id Mapping endpoint maps a unique Hello Moon helloMoonCollectionId to an unique NFT Collection Name.
We offer 3 search strategies:
- \levenshtein: this searches based on the Levenshtein distance, which is how close a collection name matches your passed search string.
- \phonetic: this searches based on how your search string sounds, returning results that match.
- \default: this searches your search string pattern, and then sorts by the current 1D volume of the results. Note: All search strings are normalized to lowercase
Note: only collection names will be fuzzy searched; IDs will NOT.