Skip to main content
GET
/
kvaults
/
mints
/
{pubkey}
/
metadata
Get metadata for kvault token
curl --request GET \
  --url https://api.kamino.finance/kvaults/mints/{pubkey}/metadata
{
  "name": "<string>",
  "symbol": "<string>",
  "description": "<string>",
  "image": "<string>"
}

Path Parameters

pubkey
string
required

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Query Parameters

env
enum<string>
default:mainnet-beta

Solana cluster environment

Available options:
mainnet-beta,
devnet,
localnet
Example:

"mainnet-beta"

Response

OK

name
string
required

The name of the token

symbol
string
required

The symbol of the token

description
string
required

A description of the token

image
string<uri>
required

A URL pointing to an image of the token