You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/api-reference/data/nft-api/alchemy-das-apis-for-solana.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ For more information about DAS, visit the Metaplex documentation: https://develo
23
23
24
24
| Method | Function | CU cost | Throughput CUs (how many CUs this will count for towards your CUs per second capacity) |
25
25
| --- | --- | --- | --- |
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 |
Copy file name to clipboardExpand all lines: fern/api-reference/ethereum/ethereum-api-faq/ethereum-api-faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ The following options are possible for the defaultBlock parameter:
110
110
111
111
## What methods does Alchemy support for the Ethereum API?
112
112
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).
0 commit comments