---
title: "Assign or transfer cards into a binder"
method: PUT
path: "/api/binders/{id}/cards"
tags: ["Binders", "Collectibles and packs"]
---

# Assign or transfer cards into a binder

`PUT /api/binders/{id}/cards`

## Path parameters

- `id` string, required

## Request body

- object
  - `idempotencyKey` string, required
  - `items` object[], required
    - `collectibleId` string, required
    - `amount` number, required
    - `fromBinderId` string

## Response `200`

{ results: [{ collectibleId, ok, error? }] }

---

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