Solana cNFT
Get Collections
Solana cNFT
Get Collections
GET
/
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"
}
]
Response
200 - 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"
}
]