---
title: "Update Crypto Deposit"
method: POST
path: "/transfer/crypto-deposits/{id}/update"
tags: ["Crypto Deposits"]
---

# Update Crypto Deposit

`POST /transfer/crypto-deposits/{id}/update`

Crypto deposits that do not meet the minimum travel rule requirements are blocked.
To update a crypto deposit, provide the required travel rule information about the originator address.

## Path parameters

- `id` string, required

## Request body

- TransferPublicUpdateCryptoDepositBody
  - `identity_id` string, required — The Identity (`identity_id`) of the end user updating the deposit.
  - `originator_address_info` AddressInfo, required
    - `individual_info` IndividualInfo
      - `first_name` string, required
      - `last_name` string, required
    - `institution_info` InstitutionInfo
      - `institution_name` string, required

## Response `200`

A successful response.

- UpdateCryptoDepositResponse

## Other responses

- `400` — Bad Request
- `404` — Could not find deposit
- `409` — Deposit does not need info

---

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