Web3 API description
- Binance's Partners need to follow the API specification in this doc in order to integrate with Binance.
API Specification​
EVM Compatible Blockchains
VerificationProvider
Code
You are required to implement the VerificationProvider contract in your smart contract. The
verify function should return true if the verification is successful, otherwise false. The
message should contain the reason for the failure.
Example
Code
Non EVM Compatible Blockchains
Currently, We do not support non EVM compatible blockchains. Please refer to off-chain verfication.
Was this page helpful?
Last modified on