---
title: "POST /credential/address"
method: POST
path: "/credential/address"
---

# POST /credential/address

`POST /credential/address`

Ordered by the first time the address was seen on-chain

Note: this endpoint only returns addresses that are in a block. Use another tool to see mempool information

## Request body

- CredentialAddressRequest
  - `after` string
  - `credentials` Credential[], required
    - union
      - string
      - string
  - `untilBlock` string, required — block hash - inclusive

## Response `200`

- CredentialAddressResponse
  - `addresses` Bech32FullAddress[], required
  - `pageInfo` object, required
    - `hasNextPage` boolean, required

## Other responses

- `400`
- `422`

## Changes

- **2022-05-25** `9dfab51a5f8a` — 1 info
  - endpoint added
- **2022-05-10** `f39bef51175a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dcspark/apis/carp/changes/credential/address/post.md)

---

[API](https://skmtc.dev/dcspark/apis/carp.md) · [All operations](https://skmtc.dev/dcspark/apis/carp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dcspark/carp/revisions/ab189523ed9a/schema)
