Identity Verification
Check Transfer Compliance
Verify whether a token transfer between two addresses is compliant
POST
Checks the on-chain compliance module to determine whether a transfer between two addresses would be allowed. The check evaluates both sender and receiver identity status, investor type restrictions, country rules, and balance limits configured in the instance’s compliance contracts. Use this as a pre-flight check before submitting transfer transactions to avoid on-chain reverts.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
Sender wallet address.
Receiver wallet address.
Transfer amount as a human-readable string (e.g.,
"1000.5").Current balance of the sender. Used for balance-based compliance rules.
Current balance of the receiver. Used for balance-based compliance rules.
Response Fields
Request status
Compliance check result. Structure depends on the compliance module configuration. Typically includes an
allowed boolean and, when the transfer is blocked, a reason or violations array describing which rules failed.