Authentication

All NFTPort APIs use a single authentication scheme: an API key passed in the HTTP request header.

To authenticate your request, do the following:

  1. Retrieve your API key from the dashboard.

  2. Add the Authorization: YOUR-API-KEY-HERE header into your API call.

To debug various error codes related to authentication, please see Error codes.