Get bonding pool information (new, bonding, bonded)
Pulse API
Get Pulse - GET Method
Retrieve real-time token data for bonded, bonding, and newly launched tokens.
GET
Get bonding pool information (new, bonding, bonded)
GET Method Overview
The GET method allows you to retrieve pulse data by passing parameters in the query string. This method is suitable for simple configurations with basic parameters.Base Endpoint:
Request Format
Asset Mode
By default, the API returns pool-focused data. SetassetMode=true to switch to token-centric analytics with comprehensive token statistics, holder data, and social information.
Basic Usage Examples
Pool-based data (default)
Token-based data with Asset Mode
Multiple chains
Available Parameters
assetMode(boolean): Switch to token-centric analytics (default: false)excludeLPTokens(boolean): In Asset Mode, exclude LP wrapper tokens by requiringpoolAddressto be present (default: true). Set tofalseto include LP wrapper tokens.model(string): Data model - usedefaultfor automatic viewschainId(string | repeated): Blockchain identifierspoolTypes(string | repeated): Pool types to monitorlimit(number): Number of results (max 100, default 30)offset(number): Pagination offset (default 0)
Available Pool Types
Full list can be queried on /api/1/system-metadataWhen to Use GET vs POST
Use GET when:
- Simple configuration with basic parameters
- URL-friendly parameter passing
- Basic filtering is sufficient
Use POST when:
- Complex filtering required
- Custom views configuration
- Advanced filter combinations
- Large number of parameters
📝 POST Method
Learn about the POST method for advanced configurations
Query Parameters
Available options:
default Enable compressed response
Use asset mode instead of pool mode
Chain ID(s) to filter
Pool type(s) to filter
Exclude duplicate pairs (default: true)
Enable pagination