Access Hello Moon's Content Delivery Network that allows for quick transfer of assets including images, metadata and more!
Table of Contents
Authentication
All you need to get your free Hello Moon API Key is a Solana wallet and browser extension for this product.
- Visit https://www.hellomoon.io/dashboard and connect your wallet to get your free API key.
For a detailed guide on getting your API Key visit: Get your API Key
Get Your First Image
Lets deconstruct the url below to learn how to receive your first image
URL
https://cdn.hellomoon.io
: url that redirects all requests to the Hello Moon CDN.
Hello Moon Collection Id
c0e56f7e5e8b0f32b1650499f215d000
: helloMoonCollectionId
Learn how to map and receive the correct helloMoonCollectionId by collection name by clicking here.
API KEY
apiKey=REPLACE_WITH_YOUR_HM_API_KEY_HERE
: Free Hello Moon API Key
Resize your image
height=300&width=300
: resizing your image
If you do not input values for height or width, it will default to 500 x 500.
Reformat your image
format=webp
: format the image type
If you do not input a value for format, it will default to the original image type.
CDN Destination Types
Get NFT Mint Metadata
<https://cdn.hellomoon.io/metadata/J7S1bwUHHDYne6Mzh1DLEED8U6hCY1CUfdk8GcpGs1EC?apiKey=REPLACE_WITH_YOUR_HM_API_KEY_HERE>
Get NFT Collection Image
<https://cdn.hellomoon.io/collection/040de757c0d2b75dcee999ddd47689c4?apiKey=REPLACE_WITH_YOUR_HM_API_KEY_HERE&format=webp&width=500&height=500>
Get NFT Mint Image
<https://cdn.hellomoon.io/nft/121Jc46veD9ASD12EStHsNMqJKRNUibxYuxBS97xhTVp?apiKey=REPLACE_WITH_YOUR_HM_API_KEY_HERE&format=webp&width=500&height=500>
Pricing
If you want images to be resized that hello moon currently does not support - visit https://discord.gg/hellomoon - and create a ticket
STANDARD : 100 Credits
width | height |
---|---|
20 | 20 |
40 | 40 |
50 | 50 |
100 | 100 |
200 | 200 |
500 | 500 |
CUSTOM : 500 Credits
For custom resizes and image sizes - click here to upgrade your account today. The top right corner you should see a blue UPGRADE button. If you want to make more customizations to the image or add your own contact us at https://discord.gg/hellomoon - and create a ticket
Nuances
ALL FIRST REQUESTS to Hello Moon's CDN will have a higher latency, since images have not been cached yet. Once the first request is made, your images will be cached for 7 DAYS and you will receive the images at lightning speeds.