📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

ltc
Litecoin (LTC)

Method: POST sendmany

dropdown

Method RPC sendmany example for Litecoin (LTC)

POST sendmany

Method not allowed

Amounts are double-precision floating point numbers.

Parameters

fromaccount - string, required

Fromaccount

amounts - json object, required

The addresses and amounts

minconf - numeric, optional, default=1

Ignored dummy value

comment - string, optional

A comment

Request

curl --location --request POST 'https://ltc.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, null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}