/token_requests
Generated from openapi.yaml. 1 operation.Download the specification.
POST/v1/token_requests
Ask for a token to be curated
A demand signal, not a self-service addition. The request is recorded as pending and reviewed before the token becomes available to anyone.
Requires your secret key as a bearer token.
Body
| Field | Type | Required | Description |
|---|---|---|---|
mint | string | yes | Solana mint address |
note | string | no |
Responses
| Status | Description |
|---|---|
201 | token_request with id |
400 | mint is not a valid Solana address |