Get Bonding Curve List

Endpoints

Fetches active bonding curve tokens with pagination.

Query Parameters

  • page (optional): The page number to retrieve. Default is 1.

  • limit (optional): The number of records per page. Default is 100.

Response

Returns a JSON object containing the following fields:

  • trending: Array of tokens with progress between 5 and 99.9, sorted by progress.

  • new: Array of tokens deployed within the last 24 hours, sorted by deployment date.

  • completed: Array of tokens with 100% progress, sorted by deployment date.

  • all: Array of all tokens for the requested page, sorted by deployment date.

  • total: Total number of active tokens.

  • page: Current page number.

  • limit: Number of records per page.

Error Handling

In case of an error, the API will return a response with status code 405 and a message "Error".

Example Request

Last updated

Was this helpful?