---
title: "Transfer a card to another binder"
method: POST
path: "/api/binders/{id}/transfer-card"
tags: ["Binders", "Collectibles and packs"]
---

# Transfer a card to another binder

`POST /api/binders/{id}/transfer-card`

Path id is the source binder. Binder PIN ≠ wallet PIN.

## Path parameters

- `id` string, required

## Request body

- object
  - `collectibleId` string, required
  - `toBinderId` string, required
  - `amount` number

## Response `200`

{ success: true }

## Other responses

- `400` — VALIDATION_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)
