POST
/
token
/
{address}
/
freeze
curl --request POST \
  --url https://api.decentri.org/token/{address}/freeze \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E"
}'
{
  "txHash": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"
}

Path Parameters

address
string
required

Body

application/json
address
string
required

The address of the wallet

Example:

"0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E"

Response

200
application/json
The investors wallet has been successfully frozen
txHash
string
required

The transaction hash of the action

Example:

"0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"