plusCreation

Our Token Creation Monitoring features enable you to track new Tokens created on Solana in real time.

circle-exclamation

Payload

You can use multiple token creation parameters simultaneously.

  • All token creation events: content field is empty ("")

  • Signer

  • Public Key (mint)

  • User (creator account)

  • Name

  • Symbol

Add one or more token creation events to monitor by replacing value_n with the desired token creation parameters.

{
   "event": "listenTokenCreation",
   "content": [
      "value_one",
      "value_two",
      "..."
   ]
}

Remove one or more token creation events from monitoring by replacing value_n with the desired token creation parameters.

Response

circle-info

Every data field in the struct below will always be available for Pumpfun creation. The Trade field can be empty if there is no dev buy.

Last updated