API Key
To use the Rescan API, you need to obtain an API key. Follow these steps to get your API key:
-
Login to Blockflow:
- Go to Blockflow and log in with your credentials.
-
Navigate to Project Details:
- After logging in, navigate to the Project Details page.
-
Go to Key Management:
- On the Project Details page, find the Key Management section.
-
Create API Key:
- In the Key Management section, click on the Create API Key button to generate a new API key.
-
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/fec9c10b-69e4-4d1b-aee0-38ecdaac9e99" -H "x-api-key: YOUR_API_KEY"
Responses are generated using AI and may contain mistakes.