Skip to content

Commit 7195b68

Browse files
authored
fix solana das api links (#880)
1 parent 2fadbc3 commit 7195b68

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

fern/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ For more information about DAS, visit the Metaplex documentation: https://develo
2323

2424
| Method | Function | CU cost | Throughput CUs (how many CUs this will count for towards your CUs per second capacity) |
2525
| --- | --- | --- | --- |
26-
| [getAsset](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-asset) | Returns the information of a compressed/standard asset including metadata and owner. | 80 | 200 |
27-
| [getAssets](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-assets) | Returns the information of multiple compressed/standard assets including their metadata and owners. | 480 | 200 |
28-
| [getAssetProof](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-asset-proof) | Returns the merkle tree proof information for a compressed asset. | 160 | 200 |
29-
| [getAssetProofs](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-asset-proofs) | Returns the merkle tree proof information for multiple compressed assets. This method is used to verify the authenticity of compressed NFTs by retrieving their merkle proofs. | 480 | 200 |
30-
| [getAssetsByAuthority](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-assets-by-authority) | Returns the list of assets given an authority address. | 480 | 200 |
31-
| [getAssetsByOwner](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-assets-by-owner) | Returns the list of assets given an owner address. | 480 | 200 |
32-
| [getAssetsByGroup](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-assets-by-group) | Returns the list of assets given a group (key, value) pair. For example, this can be used to get all assets in a collection. | 480 | 200 |
33-
| [getAssetsByCreator](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-assets-by-creator) | Returns the list of assets given a creator address. | 480 | 200 |
34-
| [searchAssets](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/search-assets) | Returns the list of assets given any arbitrary search criteria (owner, token type, etc.). This method is optimal for most custom use cases, such as token gating. | 480 | 200 |
35-
| [getAssetSignatures](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-asset-signatures) | Returns the transaction signatures associated with a compressed asset. You can identify the asset either by its ID or by its tree and leaf index. | 160 | 200 |
36-
| [getNftEditions](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-nft-editions) | Get information about all the edition NFTs for a specific master NFT. | 160 | 200 |
37-
| [getTokenAccounts](/docs/data/nft-api/solana-das-ap-is/solana-das-api-endpoints/get-token-accounts) | Get information about all token accounts for a specific mint or a specific owner. | 160 | 200 |
26+
| [getAsset](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset) | Returns the information of a compressed/standard asset including metadata and owner. | 80 | 200 |
27+
| [getAssets](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets) | Returns the information of multiple compressed/standard assets including their metadata and owners. | 480 | 200 |
28+
| [getAssetProof](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proof) | Returns the merkle tree proof information for a compressed asset. | 160 | 200 |
29+
| [getAssetProofs](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-proofs) | Returns the merkle tree proof information for multiple compressed assets. This method is used to verify the authenticity of compressed NFTs by retrieving their merkle proofs. | 480 | 200 |
30+
| [getAssetsByAuthority](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-authority) | Returns the list of assets given an authority address. | 480 | 200 |
31+
| [getAssetsByOwner](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-owner) | Returns the list of assets given an owner address. | 480 | 200 |
32+
| [getAssetsByGroup](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-group) | Returns the list of assets given a group (key, value) pair. For example, this can be used to get all assets in a collection. | 480 | 200 |
33+
| [getAssetsByCreator](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-assets-by-creator) | Returns the list of assets given a creator address. | 480 | 200 |
34+
| [searchAssets](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/search-assets) | Returns the list of assets given any arbitrary search criteria (owner, token type, etc.). This method is optimal for most custom use cases, such as token gating. | 480 | 200 |
35+
| [getAssetSignatures](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-asset-signatures) | Returns the transaction signatures associated with a compressed asset. You can identify the asset either by its ID or by its tree and leaf index. | 160 | 200 |
36+
| [getNftEditions](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-nft-editions) | Get information about all the edition NFTs for a specific master NFT. | 160 | 200 |
37+
| [getTokenAccounts](/docs/reference/alchemy-das-apis-for-solana/solana-das-api-endpoints/get-token-accounts) | Get information about all token accounts for a specific mint or a specific owner. | 160 | 200 |
3838

3939
## Docs & Sandbox
4040

fern/api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following options are possible for the defaultBlock parameter:
110110

111111
## What methods does Alchemy support for the Ethereum API?
112112

113-
You can find the list of all the methods Alchemy support for the Ethereum API on the [Ethereum API Endpoints Overview](/reference/ethereum-api-endpoints-overview).
113+
You can find the list of all the methods Alchemy support for the Ethereum API on the [Ethereum API Endpoints Overview](/docs/chains#ethereum-apis).
114114

115115
## My question isn't here, where can I get help?
116116

0 commit comments

Comments
 (0)