Skip to content

Commit 41e8c62

Browse files
committed
batch remove
1 parent 67c6f98 commit 41e8c62

27 files changed

+96
-267
lines changed

fern/api-reference/arbitrum-nova/arbitrum-nova-api-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: reference/arbitrum-nova-api-quickstart
77

88
# Arbitrum Nova Quickstart
99

10-
*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.
1111

1212
## Introduction
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/citrea-api-faq
99
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.
1010

1111
## 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.
1313

1414
## What is the Citrea API?
1515
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.

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/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 |
3838

3939
## Docs & Sandbox
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/frax-api-faq
99
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.
1010

1111
## 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.
1313

1414
## What is the Frax API?
1515
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/gensyn-api-faq
99
Gensyn Chain is an EVM-compatible custom Ethereum rollup purpose-built for machine learning—coordinating jobs, verifying training, and paying compute providers on-chain.
1010

1111
## 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.
1313

1414
## What is the Gensyn API?
1515
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/humanity-api-faq
99
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.
1010

1111
## 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.
1313

1414
## What is the Humanity API?
1515
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HyperEVM is a high-performance, Ethereum-compatible execution layer developed by
1111

1212
## How do I get started with HyperEVM?
1313

14-
Check out our [HyperEVM API Quickstart guide](./hyperliquid-api-quickstart) to get started building on HyperEVM.
14+
Check out our [HyperEVM API Quickstart guide](/reference/hyperliquid-api-quickstart) to get started building on HyperEVM.
1515

1616
## What is the HyperEVM API?
1717

fern/api-reference/linea/linea-chain-api-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subtitle: Get started building on Linea Chain and using the JSON-RPC API
55
slug: reference/linea-api-quickstart
66
---
77

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.
99

1010
## Introduction
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/mode-api-faq
99
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.
1010

1111
## 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.
1313

1414
## What is the Mode API?
1515
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: reference/moonbeam-api-faq
99
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.
1010

1111
## 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.
1313

1414
## What is the Moonbeam API?
1515
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

Comments
 (0)