Quickstart
This guide will get you all set up and ready to use the Underdog API. We'll cover how to get started using one of our API clients and how to make your first API request.
Making your first API request
curl -X POST \
--url https://dev.underdogprotocol.com/v2/projects \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {token}" \
-d '
{
"name": "Underdog Project",
"transferable": true,
"description": "My Underdog NFT Project",
"image": "https://underdogprotocol.com/logo-dark.svg"
}'What's next?
Last updated