Get Collection Assets
How to retrieve a collection's NFTs from the Wayup Marketplace
Introduction
Requirements
API Request Structure
Configuration
// API endpoint for Wayup Marketplace
const BASE_URL = "https://prod.api.ada-anvil.app/marketplace/api";
// Collection policy ID to query assets for
const POLICY_ID = "6fb0ce0d80bce539333b0b16f4a29a0d40c786249f86850d3a36fa01";Type Definitions
Query Parameters
Parameter
Type
Required
Description
Response Schema
Implementation
Step 1: Build the Request URL
Step 2: Execute the Request
Step 3: Process the Response
Step 4: Display the Results
Step 5: Handle Pagination
Running the Example
Example Output
The Complete File
Last updated
Was this helpful?

