#### URL Expired

The URL for this request expired after 30 days.

### Parameters

| Parameter  | Type     | Required | Description                       |
|------------|----------|----------|-----------------------------------|
| page       | integer  | required  | Page number                       |
| pageSize   | integer  | required  | Number of entries per page        |

### HTTP Status Codes

# `200`      OK
# `401`      Unauthorized
# `403`      Forbidden
# `500`      Internal Error
# `default`  Error

### Example Request

Shell:

```
curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/notifications \
     --header 'accept: application/json'
```

Base URL:

```
https://api.your-wallet.blockdaemon-wallet.com/api/notifications
```
