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.
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.
