jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pay to email

prodriguezdlt opened this issue · comments

Hey, do you know if binance has an endpoint to send assets/crypto to another binance user by email? This is achieved in the webapp by going to "Spot Wallet" adnd on the top right corner theres a main menu with the options "Deposit" "Withdraw" "Pay" "Transfer"... The "Pay" button takes you to this functionality where you can send crypto to another binance user without fees by using either the telephone or email...

Its really hand and i kinda want to use it but i dunno if theres an api endpoind for it, do you guys know?

Hi @prodriguezdlt , from reading the documentation, I only found a way to send from and to sub accounts: https://binance-docs.github.io/apidocs/spot/en/#universal-transfer-for-master-account

I suppose you are looking for transfer to a completely different master account, correct?

Yeah im trying to do a pay transfer from one binance account to another... its possible on the app and also on web, but i cant find anything on the api :/

Indeed, nothing found on my side either... maybe one day!