API Key

To use the CCTP Explorer API, you need to obtain an API key. Follow these steps to get your API key:

  1. Login to Blockflow:

    • Go to Blockflow and log in with your credentials.
  2. Navigate to Project Details:

    • After logging in, navigate to the Project Details page.
  3. Go to Key Management:

    • On the Project Details page, find the Key Management section.
  4. Create API Key:

    • In the Key Management section, click on the Create API Key button to generate a new API key.
  5. Use the API Key:

    • Use this API key to authenticate your requests by passing it in the headers as x-api-key.

Example

Here is an example of how to include the x-api-key in your request headers:

curl -X GET "https://api.blockflow.network/rest/90739f7e-fe01-4655-b303-b6125ce7414f" -H "x-api-key: YOUR_API_KEY"