### Blockfrost Project IDs

Blockfrost Project IDs are a secret. Treat them with caution, following security best practices.

# `200 List of Blockfrost projects`

```json
{
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 10,
      "total_item_count": 100
    }
  },
  "data": [
    {
      "id": "string",
      "network": "string",
      "project_id": "string",
      "created": "string"
    }
  ]
}
```

# `400 User error`

# `401 Invalid API key`

```bash
curl --request GET \
     --url 'https://api.figment.io/cardano/blockfrost_projects?page=' \
     --header 'accept: application/json' \
     --header 'x-api-key: your-api-key-here'
```
