---
title: "Get Block Lists"
method: GET
path: "/api/address-book/v1/block-list"
tags: ["Counterparties"]
---

# Get Block Lists

`GET /api/address-book/v1/block-list`

## Query parameters

- `limit` union, required
  - string
  - 50
- `offset` union, required
  - string
  - 0
- `orderBy` 'id' | 'ownerListingId' | 'blockedListingId' | 'blockedGlobalListingId' | 'createdAt', required
- `orderDirection` 'ASC' | 'DESC', required

## Headers

- `enterprise-id` string, required
- `user-id` string, required

## Response `200`

OK

- V1BlockListWithListingArrayResponse
  - `blockList` object[], required
    - `blockedListing` V1ListingResponse, required — codec for listing http response
      - `id` string, required
      - `name` string, required
      - `description` string
      - `editable` boolean, required — True, if the name is editable.
    - `id` string, required
    - `ownerListingId` string, required
    - `blockedListingId` string, required
    - `blockedGlobalListingId` string, required
    - `createdAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
