Solana cNFT
Create Tree
Solana cNFT
Create Tree
POST
/
solana
/
compression
/
{app_id}
/
{wallet_id}
/
trees
{
"id": "<string>",
"address": "<string>",
"tx_signature": "<string>",
"max_depth": 123,
"max_buffer_size": 123,
"canopy_depth": 123,
"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>",
"address": "<string>",
"tx_signature": "<string>",
"max_depth": 123,
"max_buffer_size": 123,
"canopy_depth": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}