nft_sell_offers RPC Method
参数
对象
对象
必填
正在加载...
nft_id
字符串
必填
正在加载...
退货
结果
对象
正在加载...
nft_id
字符串
正在加载...
offers
数组
正在加载...
nft_offer_index
字符串
正在加载...
flags
整数
正在加载...
owner
字符串
正在加载...
金额
字符串
正在加载...
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}