NFT Collections
Returns the NFT collections where the account owns tokens.
Authorizations
X-Ledger-API-KeystringRequired
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Path parameters
account_idintegerRequired
The account's ID
Query parameters
pageinteger · min: 1 · nullableOptionalDefault:
Defines the page number to be fetched.
1Example: 3page_sizeinteger · min: -1 · nullableOptionalDefault:
Defines the number of elements displayed on a page.
10Example: 40Responses
200
Paginated NFT collection
application/json
404
Account not found
application/json
get
/accounts/{account_id}/nft-collections