transfer
Transfer any BEP20 token or BNB from one wallet to another
/bsc/transfer
GET
https://cryptotalk-public-gateway-byeii62k.de.gateway.dev/bsc/transfer
This end point all you to safely transfer any BEP-20 token or BNB from one wallet to another.
Query Parameters
Name
Type
Description
key
string
API Key
Request Body
Name
Type
Description
params
object
{ "addr" : "0x5585D5365F37671Eecc0FDCAC5a06BD1d176408E", "dst_addr" : "0x66Eb772458FC2743C5e3AdB232Dc18Ef3A80D580", "tkn_addr" : "0x337610d27c682e347c9cd60bd4b3b107c9d34ddd", "amt_float" : 0.01, "gas" : "10", "decimals" : 18 }
Last updated
Was this helpful?