type | string | The type of the response data. | ”NEW_PAIR_DATA” |
data | object | The main data object containing details of the new trading pair. | |
data.address | string | The address of the new trading pair. | ”CXV4S8CxSppJeGzMFv8YQjsGZJif8d1Fqz9EtJRovmJY” |
data.name | string | The name of the trading pair. | ”$JESUSPUMP-SOL” |
data.source | string | The source or platform where the trading pair is listed. | ”pump_dot_fun” |
data.base | object | The base token object containing details of the base token. | |
data.base.address | string | The address of the base token. | ”AoMBAxc82xinKTnEBGvuJaFb7occsyyBD6GmELrypump” |
data.base.name | string | The name of the base token. | ”JESUS PUMP” |
data.base.symbol | string | The symbol of the base token. | ”$JESUSPUMP” |
data.base.decimals | integer | The number of decimal places for the base token. | 6 |
data.quote | object | The quote token object containing details of the quote token. | |
data.quote.address | string | The address of the quote token. | ”So11111111111111111111111111111111111111112” |
data.quote.name | string | The name of the quote token. | ”Wrapped SOL” |
data.quote.symbol | string | The symbol of the quote token. | ”SOL” |
data.quote.decimals | integer | The number of decimal places for the quote token. | 9 |
data.txHash | string | The transaction hash for the creation of the trading pair. | ”3CzXpuUJV9KryVDMN5nFAqH87TfueWG6sUiksbf3Akh9eqGNJW1CJtYbrELJixXC77Dyutz8CfT3eP1uJ3LP3iy5” |
data.blockTime | integer | The Unix timestamp when the trading pair was created. | 1720156781 |