Retrieve a Collection

Retrieve a Collection

get

This endpoint allows you to retrieve a Collection by providing their collection address.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionAddressstringRequired

Mint address for the NFT Collection

Query parameters
pagenumber | nullableOptional
limitnumber | nullableOptional
Responses
200

Returns a Collection with a paginated list of NFTs

application/json
get
/v1/collections/:collectionAddress

Example

curl "https://api.underdogprotocol.com/v1/collections/6TpvoRVJfJe6VdqfML4yjvp9Qc49LuVNb7uzWtPRZzVV" \
        -H "Authorization: Bearer {token}"

Last updated