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

ltc
Litecoin (LTC)

Method: POST listreceivedbyaccount

dropdown

方法 RPC listreceivedbyaccount 例如 Litecoin (LTC)

POST listreceivedbyaccount

方法不允许

返回包含帐户、金额、确认的对象数组

Parameters

minconf - 数字,可选,默认=1

民调

includeempty - 布尔值,默认值 = false

包含空

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


Response

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