Solana cNFT
Create Collection
Solana cNFT
Create Collection
POST
/
solana
/
compression
/
{app_id}
/
{wallet_id}
/
collections
{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"uri": "<string>",
"mint_address": "<string>",
"token_account_address": "<string>",
"metadata_account_address": "<string>",
"master_edition_account_address": "<string>",
"tx_signature": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Body
application/json
Response
201 - application/json
The response is of type object
.
{
"id": "<string>",
"name": "<string>",
"symbol": "<string>",
"uri": "<string>",
"mint_address": "<string>",
"token_account_address": "<string>",
"metadata_account_address": "<string>",
"master_edition_account_address": "<string>",
"tx_signature": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}