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
string
required
Address of the stock token contract.
Query Parameters
string
required
Sender wallet address.
string
required
Receiver wallet address.
string
required
Transfer amount as a human-readable string. Must be greater than zero.
Response Fields
boolean
Request status.
object
Transfer eligibility result.
