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"
}

Path Parameters

app_id
string
required
wallet_id
string
required

Body

application/json
max_depth_size_pair
object
required
canopy_depth
number
required

Response

201 - application/json
id
string
required
address
string
required
tx_signature
string
required
max_depth
number
required
max_buffer_size
number
required
canopy_depth
number
required
created_at
string
required
updated_at
string
required