Skip to content

Commit 57156d7

Browse files
authored
Merge pull request #171 from KomodoPlatform/lint-fix-patches/add-nft-docs
[BOT] PR to add-nft-docs. Lints file structure, file contents, gets author data, Updates AtomicDEX API Methods Table
2 parents ae7e903 + 6c1e55a commit 57156d7

File tree

6 files changed

+446
-394
lines changed

6 files changed

+446
-394
lines changed

data-for-gpts/all-content.txt

+127-97
Large diffs are not rendered by default.

data-for-gpts/atomicdex-content.txt

+127-97
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/all-api-content.txt

+127-97
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/v20-api-content.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3430,8 +3430,8 @@ The `WithdrawNftData` object is used for withdrawals of NFTs on ERC721 and ERC11
34303430
| to | string | Destination address to withdraw the token to. |
34313431
| token\_address | string | Token address. |
34323432
| token\_id | string | Token ID. |
3433-
| fee | string | Optional. A standard [WithdrawFee](/atomicdex/api/v20/#withdraw-fee) object. |
3434-
| amount | string | Optional, ERC1155 only. Defaults to `1`. Amount of NFTs to withdraw. Ignored if `max` is \`true. |
3433+
| fee | object | A standard [WithdrawFee](/atomicdex/api/v20/#withdraw-fee) object. May be missing for older transfers. |
3434+
| amount | string | Optional, ERC1155 only. Defaults to `1`. Amount of NFTs to withdraw. Ignored if `max` is true. |
34353435
| max | boolean | Optional, ERC1155 only. Defaults to `false`. If `true`, amount parameter will be ignored and all NFTs with this `token_id` will be sent. |
34363436

34373437
<Note>

0 commit comments

Comments
 (0)