Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/openapi/portfolio/portfolio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ components:
addresses:
type: array
description: >
Array of wallet addresses and the networks to query them on. Maximum 2 addresses and maximum 5 networks per address.
Array of address and networks pairs (limit 3 pairs, max 20 networks). Networks should match network enums.
items:
$ref: "#/components/schemas/AddressItem"
withMetadata:
Expand Down
Loading