/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

NameTypeDescription

user_id

string

User ID in Telegram. User must have previously used @AitherColBot (@AitherColWalletTestBot for testnet).

contract

Contract of the coin to be sent.

amount

number

Amount of the transfer in float.

comment

string

Optional. Comment for the transfer.

Last updated