Skip to content

Commit 9d1bc9b

Browse files
authored
add portfolio apis to docs (#72)
1 parent af2e90f commit 9d1bc9b

File tree

9 files changed

+1515
-1972
lines changed

9 files changed

+1515
-1972
lines changed

build/api-specs/alchemy/rest/portfolio.json

Lines changed: 1253 additions & 1716 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
api:
2+
specs:
3+
- openapi: ../../../build/api-specs/alchemy/rest/portfolio.json

fern/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,9 @@ navigation:
11651165
contents:
11661166
- page: Portfolio APIs
11671167
path: api-reference/data/portfolio-apis/portfolio-apis.mdx
1168+
- api: Portfolio API Endpoints
1169+
api-name: portfolio
1170+
flattened: true
11681171
slug: portfolio-apis
11691172
- section: 🎨 NFT API
11701173
contents:

src/openapi/portfolio/assets/nfts/by-address.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: NFTs By Wallet
22
description: >
33
Fetches NFTs for multiple wallet addresses and networks. Returns a list of NFTs and metadata for each wallet/network combination. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
4-
tags: ["📚 Portfolio APIs"]
4+
tags: ["Portfolio API Endpoints"]
55
x-readme:
66
samples-languages:
77
- javascript

src/openapi/portfolio/assets/nfts/contracts/by-address.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: NFT Collections By Wallet
22
description: >
33
Fetches NFT collections (contracts) for multiple wallet addresses and networks. Returns a list of collections and metadata for each wallet/network combination. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
4-
tags: ["📚 Portfolio APIs"]
4+
tags: ["Portfolio API Endpoints"]
55
x-readme:
66
samples-languages:
77
- javascript

src/openapi/portfolio/assets/tokens/balances/by-address.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Token Balances By Wallet
22
description: >
33
Fetches fungible tokens (native and ERC-20) for multiple wallet addresses and networks. Returns a list of tokens with balances for each wallet/network combination. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens)
4-
tags: ["📚 Portfolio APIs"]
4+
tags: ["Portfolio API Endpoints"]
55
x-readme:
66
samples-languages:
77
- javascript

src/openapi/portfolio/assets/tokens/by-address.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Tokens By Wallet
22
description: >
33
Fetches fungible tokens (native and ERC-20) for multiple wallet addresses and networks. Returns a list of tokens with balances, prices, and metadata for each wallet/network combination. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
4-
tags: ["📚 Portfolio APIs"]
4+
tags: ["Portfolio API Endpoints"]
55
x-readme:
66
samples-languages:
77
- javascript

0 commit comments

Comments
 (0)