본문으로 건너뛰기

channel_authorize RPC Method

로딩 중...

업데이트 날짜:
2026년 6월 11일

channel_authorize RPC Method

The channel_authorize method requires the request to include one of the following parameters: 'secret', 'seed', 'seed_hex', or 'passphrase', specifying the necessary authentication information. Please refrain from transmitting secret keys to untrusted servers or via unsecured network connections (This includes the secret, seed, seed_hex, or passphrase fields of this request). You should only use this method on a secure, encrypted network connection to a server you run or fully trust with your funds. Failure to do so may expose your secret key to eavesdroppers, enabling them to sign claims and access all funds within the payment channel and any other systems utilizing the same key pair. For detailed instructions, refer to the Set Up Secure Signing guidelines.

매개변수

객체
객체
필수
로딩 중...
channel_id
문자열
필수
로딩 중...
seed
문자열
로딩 중...
key_type
문자열
로딩 중...
금액
문자열
필수
로딩 중...

반품

결과
객체
로딩 중...
서명
문자열
로딩 중...
상태
문자열
로딩 중...
경고
배열
로딩 중...
id
정수
로딩 중...
메시지
문자열
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"signature": "example_value",
7
"status": "example_value"
8
},
9
"warnings": [
10
{
11
"id": 1,
12
"message": "example_value"
13
}
14
]
15
}
16
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"signature": "example_value",
7
"status": "example_value"
8
},
9
"warnings": [
10
{
11
"id": 1,
12
"message": "example_value"
13
}
14
]
15
}
16
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요