Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There is a vkcoinapi
library for this .
It can send payments, check the balance, get the latest transactions and a link for direct transfer to the account, and much more.
from vkcoinapi import *
coin = VKCoin(token = 'ваш_токен', merchant_id = ваш_id)
coin.getPaymentURL()
coin.getTransactions()
coin.sendPayment(165275777, 1000)
coin.getBalance()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question