Token information

Get token metadata

Method is used to retrieve the metadata for a given token

GET /info

Method is used to retrieve the metadata for a given token

Headers

NameValue

Content-Type

application/json

x-api-key

The API key for authentication

Parameters

ParameterDescriptionRequired

token

Token for which the balance is queried

yes

Body

Response

{
    "Key": 4,
    "UpdateAuthority": "TSLvdd1pWpHVjahSpsvCXUbgwsL3JAcvokwaKt1eokM",
    "Mint": "83sjxMqcV9ynx4sSEjwL3NqNB7AoyiQLqdnuNHFXpump",
    "Data": {
        "Name": "FEAR NOT",
        "Symbol": "FEAR NOT",
        "Uri": "https://cf-ipfs.com/ipfs/QmNiJQ2vbNFWUXE9EQ7Rjr3xEJSzTbnprtWGuprwd3b9MR",
        "SellerFeeBasisPoints": 0,
        "Creators": null
    },
    "PrimarySaleHappened": false,
    "IsMutable": false,
    "EditionNonce": 255,
    "TokenStandard": 2,
    "Collection": null,
    "Uses": null,
    "CollectionDetails": null,
    "ProgrammableConfig": null
}

Examples

curl --location 'https://rpc.api-pump.fun/info?token=your_token' \
--header 'Content-Type: application/json' \
--header 'x-api-key: your_api_key'

Last updated