POST
/
token
/
{address}
/
unpause
curl --request POST \
  --url https://api.decentri.org/token/{address}/unpause
{
  "txHash": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"
}

Path Parameters

address
string
required

Response

200
application/json
The token has been successfully unpaused
txHash
string
required

The transaction hash of the action

Example:

"0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"