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

nft_buy_offers RPC Method

読み込み中...

更新日:
2026年6月11日

nft_buy_offers RPC Method

パラメータ

オブジェクト
オブジェクト
必須
読み込み中...
nft_id
文字列
必須
読み込み中...
ledger_index
文字列
読み込み中...

返品

結果
オブジェクト
読み込み中...
nft_id
文字列
読み込み中...
offers
配列
読み込み中...
金額
文字列
読み込み中...
flags
整数
読み込み中...
nft_offer_index
整数
読み込み中...
所有者
整数
読み込み中...
ステータス
文字列
読み込み中...
警告
配列
読み込み中...
id
整数
読み込み中...
メッセージ
文字列
読み込み中...
リクエスト
回答
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"offers": [
8
{
9
"amount": "example_value",
10
"flags": 1,
11
"nft_offer_index": 1,
12
"owner": 1
13
}
14
],
15
"status": "example_value"
16
},
17
"warnings": [
18
{
19
"id": 1,
20
"message": "example_value"
21
}
22
]
23
}
24
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"result": {
6
"nft_id": "example_value",
7
"offers": [
8
{
9
"amount": "example_value",
10
"flags": 1,
11
"nft_offer_index": 1,
12
"owner": 1
13
}
14
],
15
"status": "example_value"
16
},
17
"warnings": [
18
{
19
"id": 1,
20
"message": "example_value"
21
}
22
]
23
}
24
}
まだアカウントをお持ちではありませんか?
わずか数秒でQuicknodeのエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう