---
title: "Add Block List Entry"
method: POST
path: "/api/address-book/v1/block-list"
tags: ["Counterparties"]
---

# Add Block List Entry

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

**Requires access token scope:** `wallet_spend_all`

## Headers

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

## Request body

- object
  - `blockedListingId` string, required

## Response `200`

OK

- V1BlockListResponse — codec for global listing http response
  - `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
- `409` — Conflict
- `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)
