メインコンテンツへスキップ

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のエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう