⚡ Dedicated Nodes for ETH, BSC, MATIC & other Blockchains at a Reduced Price!
NEO (NEO)
Method: POST sendmany
Method not allowed
Bulk transfer order, and you can specify a change address.
Before you can invoke this method you must call the RPC method openwallet to open the wallet first.
from
- string
Optional. The address from which you transfer the asset.
outputs_array
- array
Array, the data structure of each element in the array is as follows:
{"asset": asset,"value": value,"address": address, "signers": signers}
- asset : Asset ID (asset identifier), the NEP-17 contract scripthash
- value : Transfer amount
- address : Destination address
- signers : The signature account of transaction
curl --location --request POST 'https://neo.getblock.io/mainnet/' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "sendmany", "params": [null, null], "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }