Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.duelduck.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve current token price by mint address (query param).

Parameters

NameTypeQueryRequiredDescription
mintstringmintyesToken mint address

Responses

Response content type: application / json .

Code 200

Token price retrieved successfully.
{
  "price": 0
}

Code 400

Invalid request params.
{
  "message": "string",
  "status": 0
}

Code 404

Token not found.
{
  "message": "string",
  "status": 0
}

Code 500

Internal server error.
{
  "message": "string",
  "status": 0
}

Code 503

External service unavailable.
{
  "message": "string",
  "status": 0
}