/transfers/create
POST
/transfers/create
Use this method to send coins from your merchant's balance to a user. On success, returns completed Transfer.
Body
Name
Type
Description
user_id
string
User ID in Telegram. User must have previously used @AitherColBot (@AitherColWalletTestBot for testnet).
amount
number
Amount of the transfer in float.
comment
string
Optional. Comment for the transfer.
Last updated