跳至主要內容

nft_sell_offers RPC Method

載入中...

更新於
Jun 11, 2026

nft_sell_offers RPC Method

參數

物件
物件
必填
載入中...
nft_id
字串
必填
載入中...

退貨

結果
物件
載入中...
nft_id
字串
載入中...
offers
陣列
載入中...
nft_offer_index
字串
載入中...
flags
整數
載入中...
所有者
字串
載入中...
金額
字串
載入中...
validated
布林值
載入中...
狀態
字串
載入中...
warnings
陣列
載入中...
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 端點,並開始建置
立即免費開始使用