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
*To use the Arbitrum Nova API you'll need to [create a free Alchemy account](https://dashboard.alchemy.com/signup) first. Also, we're offering up to $20,000 to help you start building. It's easy to qualify. Learn more [here](https://www.alchemy.com/summer-of-chains-build-and-save)!*
10
+
*To use the Arbitrum Nova API you'll need to [create a free Alchemy account](https://dashboard.alchemy.com/signup) first.
Copy file name to clipboardExpand all lines: fern/api-reference/citrea/citrea-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
@@ -9,7 +9,7 @@ slug: reference/citrea-api-faq
9
9
Citrea is a Bitcoin L2 zk-rollup with a Type-2 zkEVM that keeps data availability and settlement on Bitcoin—via its BitVM-based “Clementine” two-way peg—bringing full EVM compatibility to BTC.
10
10
11
11
## How do I get started with Citrea?
12
-
Check out our [Citrea API Quickstart guide](./citrea-api-quickstart) to get started building on Citrea.
12
+
Check out our [Citrea API Quickstart guide](/reference/citrea-api-quickstart) to get started building on Citrea.
13
13
14
14
## What is the Citrea API?
15
15
The Citrea API allows developers to interface with the Citrea testnet (mainnet coming soon). With this API, developers can execute transactions, query on-chain data, and interact with the Citrea network, relying on a JSON-RPC standard.
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/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 |
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 |
Copy file name to clipboardExpand all lines: fern/api-reference/frax/frax-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
@@ -9,7 +9,7 @@ slug: reference/frax-api-faq
9
9
Fraxtal (Frax Chain) is an EVM-equivalent Layer-2 built on Optimism’s OP Stack that uses FRAX as gas and rewards on-chain activity via Flox/FXTL to scale the Frax ecosystem.
10
10
11
11
## How do I get started with Frax?
12
-
Check out our [Frax API Quickstart guide](./frax-api-quickstart) to get started building on Frax.
12
+
Check out our [Frax API Quickstart guide](/reference/frax-api-quickstart) to get started building on Frax.
13
13
14
14
## What is the Frax API?
15
15
The Frax API allows developers to interface with the Frax mainnet. With this API, developers can execute transactions, query on-chain data, and interact with the Frax network, relying on a JSON-RPC standard.
Copy file name to clipboardExpand all lines: fern/api-reference/gensyn/gensyn-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
@@ -9,7 +9,7 @@ slug: reference/gensyn-api-faq
9
9
Gensyn Chain is an EVM-compatible custom Ethereum rollup purpose-built for machine learning—coordinating jobs, verifying training, and paying compute providers on-chain.
10
10
11
11
## How do I get started with Gensyn?
12
-
Check out our [Gensyn API Quickstart guide](./gensyn-api-quickstart) to get started building on Gensyn.
12
+
Check out our [Gensyn API Quickstart guide](/reference/gensyn-api-quickstart) to get started building on Gensyn.
13
13
14
14
## What is the Gensyn API?
15
15
The Gensyn API allows developers to interface with the Gensyn mainnet. With this API, developers can execute transactions, query on-chain data, and interact with the Gensyn network, relying on a JSON-RPC standard.
Copy file name to clipboardExpand all lines: fern/api-reference/humanity/humanity-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
@@ -9,7 +9,7 @@ slug: reference/humanity-api-faq
9
9
Humanity Protocol is a zkEVM Layer-2 for decentralized identity that uses palm-biometric Proof-of-Humanity and zero-knowledge proofs to issue privacy-preserving, Sybil-resistant credentials.
10
10
11
11
## How do I get started with Humanity?
12
-
Check out our [Humanity API Quickstart guide](./humanity-api-quickstart) to get started building on Humanity.
12
+
Check out our [Humanity API Quickstart guide](/reference/humanity-api-quickstart) to get started building on Humanity.
13
13
14
14
## What is the Humanity API?
15
15
The Humanity API allows developers to interface with the Humanity mainnet. With this API, developers can execute transactions, query on-chain data, and interact with the Humanity network, relying on a JSON-RPC standard.
Copy file name to clipboardExpand all lines: fern/api-reference/linea/linea-chain-api-quickstart.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
@@ -5,7 +5,7 @@ subtitle: Get started building on Linea Chain and using the JSON-RPC API
5
5
slug: reference/linea-api-quickstart
6
6
---
7
7
8
-
\_To use the Linea Chain API you'll need to [create a free Alchemy account](https://dashboard.alchemy.com/signup) first. Also, we're offering up to $20,000 to help you start building. It's easy to qualify. Learn more [here](https://www.alchemy.com/summer-of-chains-build-and-save)!\_
8
+
\_To use the Linea Chain API you'll need to [create a free Alchemy account](https://dashboard.alchemy.com/signup) first.
Copy file name to clipboardExpand all lines: fern/api-reference/mode/mode-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
@@ -9,7 +9,7 @@ slug: reference/mode-api-faq
9
9
Mode is an OP Stack–based, EVM-equivalent Ethereum Layer-2 that’s growth-focused—sharing sequencer fees with developers (SFS) and rewarding users to power DeFi/AiFi apps.
10
10
11
11
## How do I get started with Mode?
12
-
Check out our [Mode API Quickstart guide](./mode-api-quickstart) to get started building on Mode.
12
+
Check out our [Mode API Quickstart guide](/reference/mode-api-quickstart) to get started building on Mode.
13
13
14
14
## What is the Mode API?
15
15
The Mode API allows developers to interface with the Mode mainnet. With this API, developers can execute transactions, query on-chain data, and interact with the Mode network, relying on a JSON-RPC standard.
Copy file name to clipboardExpand all lines: fern/api-reference/moonbeam/moonbeam-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
@@ -9,7 +9,7 @@ slug: reference/moonbeam-api-faq
9
9
Moonbeam is an Ethereum-compatible smart-contract parachain on Polkadot that pairs full EVM tooling with native cross-chain interoperability (XCM/XC-20) for building connected dapps.
10
10
11
11
## How do I get started with Moonbeam?
12
-
Check out our [Moonbeam API Quickstart guide](./moonbeam-api-quickstart) to get started building on Moonbeam.
12
+
Check out our [Moonbeam API Quickstart guide](/reference/moonbeam-api-quickstart) to get started building on Moonbeam.
13
13
14
14
## What is the Moonbeam API?
15
15
The Moonbeam API allows developers to interface with the Moonbeam mainnet. With this API, developers can execute transactions, query on-chain data, and interact with the Moonbeam network, relying on a JSON-RPC standard.
0 commit comments