From 93a1f544cbb09f5ce1ca3ad9f56fa5af7cf30221 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 24 Mar 2022 16:59:19 -0700 Subject: [PATCH] Add NFT Methods Add NFT Methods to the public-rippled-methods page, per TOK-57. --- .../public-rippled-methods/public-rippled-methods.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md index 8364cf213b..a17e7acbd3 100644 --- a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md +++ b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md @@ -97,6 +97,13 @@ Use these methods to perform convenient tasks, such as ping and random number ge * **[`ping`](ping.html)** - Confirm connectivity with the server. * **[`random`](random.html)** - Generate a random number. +## [NFT Methods](nft-methods.html) + +Use these methods to retrieve information about NFToken objects. + +* **[`account_nfts`](account_nfts.html)** - Retrieve a list of NFToken objects for a specified account. +* **[`nft_buy_offers`](nft_buy_offers.html)** - Retrieve a list of buy offers for a specified NFToken object. +* **[`nft_sell_offers`](nft_sell_offers.html)** - Retrieve a list of sell offers for a specified NFToken object. ## Deprecated Methods