Skip to main content
POST
/
v0
/
enrichment
/
account
/
modify
Modify Account
curl --request POST \
  --url https://api.blockaid.io/v0/enrichment/account/modify \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "access_request_type": "ADD_WITHDRAWAL_ADDRESS",
  "account": {
    "account_id": "<string>",
    "account_creation_timestamp": "2023-11-07T05:31:56Z",
    "user_age": 1,
    "user_country_code": "<string>"
  },
  "address_details": {
    "address": "<string>",
    "chain": "<string>",
    "asset": "<string>"
  },
  "event_time": "2023-11-07T05:31:56Z",
  "connection": {
    "user_agent": "<string>",
    "ip_address": "<string>"
  }
}
'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json
access_request_type
enum<string>
required
Available options:
ADD_WITHDRAWAL_ADDRESS
account
object
required
address_details
object
required
event_time
string<date-time>
required
connection
object

Response

Successful Response

The response is of type any.