diff --git a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md index f32c366860..bed5f74f8e 100644 --- a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md +++ b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md @@ -34,7 +34,11 @@ An example of the request format: ```json { "method": "nft_sell_offers", - "tokenid": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007" + "params": [ + { + "nft_id": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007" + } + ] } ```