📌 Note: The GPU Index API is only available for Plus and Professional tier subscribers.
POST /api/token-price/book/latest
Get the latest token price book data as a sample dataResponses
- 200: Successful Response
POST /api/token-price/book/preview
Get all token price book data as a dataviewQuery Parameters
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
filter | integer | No | Page number | 1 |
order_by | integer | No | Items per page (max: 300) | 20 |
pagination | string | No | Field to sort by | created_at |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/pulse/latest
Get all token market pulse data as a sample dataRequest Body
No request body required for this endpoint.Responses
- 200: Successful Response
POST /api/token-price/pulse/preview
Get the latest token market pulse data as a dataviewRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/pulse/trend
Get the latest 30 days trend data for token market pulseRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/create
Create token_pricesRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/info
Get a token_prices detail informationRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/list
Search token_prices list by conditionRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
DELETE /api/token-price/delete
Delete a token_prices record by id or nameRequest Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/token-price/download
Get a token_prices csv data download urlRequest Example
Responses
- 200: Successful Response
- 422: Validation Error