POST
/
transfer
/
crypto-deposits
/
{id}
/
update
Update Crypto Deposit
curl --request POST \
  --url https://api.paxos.com/v2/transfer/crypto-deposits/{id}/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "identity_id": "54385e67-d7ef-40d1-b488-ceda6dd9b264",
  "originator_address_info": {
    "first_name": "John",
    "last_name": "Doe"
  }
}'
{}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
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.

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.