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

ltc
Litecoin (LTC)

Method: POST setmininput

dropdown

方法 RPC setmininput 例如 Litecoin (LTC)

POST setmininput

方法不允许

金额是实数,四舍五入到最接近的 0.00000001

Parameters

amount - 整数,必填

数量

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": "setmininput",
"params": [null],
"id": "getblock.io"}'


Response

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