v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Crypto Deposits

Update Crypto Deposit

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.

post/transfer/crypto-deposits/{id}/update

Path parameters

idstring required

Paxos ID of the crypto deposit to update. To retrieve the ID, log in to your Paxos account and go to the Activity tab. Download the CSV activity file and check the ID column.

Request body

identity_idstring required

The Identity (identity_id) of the end user updating the deposit.

Example request

{
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264",
  "originator_address_info": {
    "first_name": "John",
    "last_name": "Doe"
  }
}

Response

A successful response.

UpdateCryptoDepositResponse required