---
title: "Create a binder"
method: POST
path: "/api/binders"
tags: ["Binders", "Collectibles and packs"]
---

# Create a binder

`POST /api/binders`

## Request body

- object
  - `name` string, required
  - `sport` string, required
  - `walletAddress` string, required
  - `pin` string — Binder PIN, not the wallet PIN
  - `coverImage` string

## Response `200`

{ binder }

## 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)
