# Protocols

## Protocol(s)

- Protocols to list stake intents for (one per argument).

## Protocols Enum Values

- ADD string

# Networks

## Network(s)

- Networks to list stake intents for (one per argument).

## Networks Enum Values

- ADD string

# Pagination Parameters

- **page** (int64) : Defaults to 1. The result set page to view.
- **per_page** (int64) : Defaults to 250. The number of items to include on a single page (1 to 1000).

# Time Filters

- **from_time** (string) : Filter stake intents created on or after this time.
- **to_time** (string) : Filter stake intents created on or before this time.

# HTTP Response Codes

- `200` Successful operation
- `500` Internal server error.

# Example Request

```
curl --request GET \
     --url 'https://svc.blockdaemon.com/boss/v1/stake-intents?page=1&per_page=250' \
     --header 'accept: application/json'
```

# Example Response

```
{ "status": 200 }
{ "status": 500 }
```

**Updated 2 months ago.**
