⚡ We welcome businesses to test our enterprise-grade service

ltc
Litecoin (LTC)

Method: POST sendfrom

dropdown

方法 RPC sendfrom 例如 Litecoin (LTC)

POST sendfrom

方法不允许

金额为实数,并四舍五入到小数点后 8 位。将给定的金额发送到给定的地址,使用 minconf 确认确保帐户具有有效余额。如果成功则返回交易 ID(不在 JSON 对象中)。

Parameters

-

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


Response

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