Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Endpoints en schema's
cURL
curl --request POST \ --url https://api.example.com/token/{address}/freeze \ --header 'Content-Type: application/json' \ --data ' { "address": "0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E" } '
{ "txHash": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2" }
Freeze a wallet to restrict its ability to transact, preventing any further activity.
The address of the wallet
"0x999999cf1046e68e36E1aA2E0E07105eDDD1f08E"
The wallet has been successfully frozen
The transaction hash of the action
"0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"