Send NEO smart contract tokens
POST {{baseUrl}}/v3/neo/invoke
5 credits per API call.
Send NEO smart contract tokens. It is possible to transfer custom NEO-based tokens to another account.
This operation needs the private key of the blockchain address. Every time the funds are transferred, the transaction must be signed with the corresponding private key.
No one should ever send it's own private keys to the internet because there is a strong possibility of stealing keys and loss of funds. In this method, it is possible to enter privateKey.
PrivateKey should be used only for quick development on testnet versions of blockchain when there is no risk of losing funds. In production,
it is possible to use the Tatum client library for supported languages or Tatum Middleware with a custom key management system.
Request Body
{"fromPrivateKey"=>"0ee69b443c740982e31ac64f8ab06006c24b7aab9e6ebe81b4663eafc72e13c9", "to"=>"Abfm15QX2JCjtHPsgBwiHwMcZXWofUwCLZ", "amount"=>48760977.50999774, "scriptHash"=>"tempor dolor aliqua", "numOfDecimals"=>8, "additionalInvocationGas"=>1}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"txId":"c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9"}