Queries
Check Transfer Eligibility
Verify whether a token transfer between two addresses would succeed
GET
Pre-flight check that evaluates on-chain compliance rules, identity verification status, and balance constraints to determine if a transfer would be allowed. Use this 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.
Path Parameters
Address of the stock token contract.
Query Parameters
Sender wallet address.
Receiver wallet address.
Transfer amount as a human-readable string. Must be greater than zero.
Response Fields
Request status.
Transfer eligibility result.
