Skip to content

Commit

Permalink
fix internal link
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Sep 9, 2023
1 parent c8c7e96 commit 197751e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/atomicdex/api/v20-dev/non_fungible_tokens/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The AtomicDEX API supports [ERC1155](https://www.nftstandards.wtf/Standards/ERC1

## NFT Information Methods

- Get a list of your tokens with [get_nft_list](/atomicdex/api/v20-dev/non_fungible_tokens/get-nft-list)
- Get a list of token transfers with [get_nft_transfers](/atomicdex/api/v20-dev/non_fungible_tokens/get-nft-transfers)
- Get token metadata with [get_nft_metadata](/atomicdex/api/v20-dev/non_fungible_tokens/get-nft-metadata)
- Get a list of your tokens with [get_nft_list](/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)
- Get a list of token transfers with [get_nft_transfers](/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nft-transfers)
- Get token metadata with [get_nft_metadata](/atomicdex/api/v20-dev/non_fungible_tokens/#get-nft-metadata)


## NFT Transaction Methods

- Withdraw ERC721 tokens with [withdraw_nft](/atomicdex/api/v20-dev/non_fungible_tokens/withdraw-nft#erc721)
- Withdraw ERC1155 tokens with [withdraw_nft](/atomicdex/api/v20-dev/non_fungible_tokens/withdraw-nft#erc1155)
- Withdraw ERC721 tokens with [withdraw_nft](/atomicdex/api/v20-dev/non_fungible_tokens/#erc-721-withdraw-example)
- Withdraw ERC1155 tokens with [withdraw_nft](/atomicdex/api/v20-dev/non_fungible_tokens/#erc-1155-withdraw-example)


## Get a list of NFTs {{label : 'get_nft_list', tag : 'API-v2'}}
Expand Down Expand Up @@ -369,7 +369,7 @@ What does `verified` mean?
| last_metadata_sync | string | Last time the token metadata was synced. |
| minter_address | string | Minter address. |
| possible_spam | boolean | Possible spam. |
| uri_meta | object | A standard [TokenMetadata](/atomicdex/api/v20#token-metadata) object. |
| uri_meta | object | A standard [TokenMetadata](/atomicdex/api/v20/#tokenmetadata) object. |


#### 📌 Example
Expand Down Expand Up @@ -435,7 +435,7 @@ This method will query the provided url to update the information stored in the
| Parameter | Type | Description |
| ------------- | ---------------- | ----------------------------------------------------------------------------------------------------------|
| chains | array | List of chains to update NFTs for. |
| url | string | URL link to the Moralis API proxy base url (https://moralis-proxy.komodo.earth) or equivalent. |
| url | string | URL link to the [Moralis API proxy base url](https://moralis-proxy.komodo.earth) or equivalent. |


<Note>
Expand Down Expand Up @@ -537,14 +537,14 @@ Need to add some error responses here.
## Withdraw NFTs {{label : 'withdraw_nft', tag : 'API-v2'}}

<Note>
To withdraw NFTs, you must [activate the coin](/atomicdex/api/legacy/coin_activation) which holds the NFTs first.
To withdraw NFTs, you must [activate the coin](/atomicdex/api/legacy/coin_activation/) which holds the NFTs first.
</Note>

### Request Parameters

| Parameter | Type | Description |
| ------------- | ---------------- | ----------------------------------------------------------------------------------------------------------|
| withdraw_type | object | A standard [WithdrawNftType](/atomicdex/api/v20#withdraw-nft-type) object. |
| withdraw_type | object | A standard [WithdrawNftType](/atomicdex/api/v20/#withdrawnfttype) object. |


### Response Parameters
Expand Down

0 comments on commit 197751e

Please sign in to comment.