---
title: "Get Royalties Config"
method: GET
path: "/v1-alpha1/minting/collections/{collectionId}/royalties"
tags: ["NFT Collections"]
---

# Get Royalties Config

`GET /v1-alpha1/minting/collections/{collectionId}/royalties`

Fetch the royalty configuration for a collection, from its current state
in the blockchain. 

This API is only supported on EVM chains.

If you call GET too soon after PUT/DELETE,
you may not yet see your latest changes, as they can take a few seconds to
record on the blockchain.

**API scope required**: `collections.read`

## Path parameters

- `collectionId` string, required

## Response `200`

Success.

- object
  - `recipients` object[]
    - `address` string — Recipient address. e.g., 0x71C...
    - `basisPoints` integer — A basis point is a standard measure for percentages in finance. One basis point equals 1/100th of 1%, or 0.01%.

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.

---

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