Authentication

Once you've obtained your API key and funded your account, you can start making calls to the API by setting your API key in the header as the Bearer like in the example below. Replace {API_KEY} with your own API key.

curl -X POST "https://api.coinchomp.com/api/v1/tokens/launch" \
-H "Authorization: Bearer API_KEY" \

Last updated