Skip to content

Commit 6c1e55a

Browse files
authored
[Bot] File and author data updated, validated and updated internal links, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update atomicdex methods table
1 parent ae7e903 commit 6c1e55a

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)