본문으로 건너뛰기

nft_sell_offers RPC Method

로딩 중...

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

nft_sell_offers RPC Method

매개변수

객체
객체
필수
로딩 중...
nft_id
문자열
필수
로딩 중...

반품

결과
객체
로딩 중...
nft_id
문자열
로딩 중...
offers
배열
로딩 중...
nft_offer_index
문자열
로딩 중...
flags
정수
로딩 중...
소유자
문자열
로딩 중...
금액
문자열
로딩 중...
validated
부울
로딩 중...
상태
문자열
로딩 중...
경고
배열
로딩 중...
id
정수
로딩 중...
메시지
문자열
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"offers": [
8
{
9
"nft_offer_index": "example_value",
10
"flags": 1,
11
"owner": "example_value",
12
"amount": "example_value"
13
}
14
],
15
"validated": false,
16
"status": "example_value"
17
},
18
"warnings": [
19
{
20
"id": 1,
21
"message": "example_value"
22
}
23
]
24
}
25
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"offers": [
8
{
9
"nft_offer_index": "example_value",
10
"flags": 1,
11
"owner": "example_value",
12
"amount": "example_value"
13
}
14
],
15
"validated": false,
16
"status": "example_value"
17
},
18
"warnings": [
19
{
20
"id": 1,
21
"message": "example_value"
22
}
23
]
24
}
25
}
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요