Tokenization
Get Collections
Get list of collections with pagination
get/api/v1/tokenization/collections
Query parameters
skipinteger
Number of records to skip
takeinteger
Number of records to take
Headers
x-sdk-versionstring
SDK version header
Response
Successfully retrieved collections
Example response
{
"collections": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "ACTIVE",
"type": "ERC721",
"displayName": "My Collection",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z",
"network": "ETH",
"collectionMetadata": {
"name": "My Collection",
"symbol": "MC",
"standard": "ERC721",
"contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}
}
],
"total": 50,
"message": "Collections retrieved successfully"
}