Get Collection of LUW
Last updated
Last updated
©2023 Startbahn, Inc.
GET
<base_url>/startrail/api/v1/licensedUser/{luw-address}/collections
Please replace <base_url>
as explained here.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The API responds with 200 if the LUW address is found.
* indicates that the field always exists.
Body Attribute | Description | Format |
---|---|---|
luw-address*
string
The address of LUW
Content-Type
string
application/json
accept
string
application/json
Array of object that defines collection
Array of object
[*].name*
Name of the collection. Stored on the contract
string
[*].symbol*
Symbol to identify the collection
string
[*].contractAddress*
Contract address of the collection contract. Will be visible on NFT marketplaces such as OpenSea
string
[*].ownerAddress*
Address of the owner of the collection
string
[*].createdAt*
Datetime of the collection creation
Date
[*].updatedAt*
Datetime of the last update of collection
Date