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: data/v1.yaml
+57
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,46 @@ paths:
138
138
schema:
139
139
$ref: "#/components/schemas/ErrorResponse"
140
140
operationId: get-nfts-by-address
141
+
"/{apiKey}/assets/nfts/contracts/by-address":
142
+
post:
143
+
summary: Contracts By Owner
144
+
description: >
145
+
Retrieves all NFT contracts currently owned by multiple addresses using network and address pairs. 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).
0 commit comments