GET /launch-token/my-launches
GET

/v1/launch-token/my-launches

Launches created with your API key, with total count (a wallet lists its own with /launch-token/my-launches-wallet)

Authyour own API key (the shared browser key gets 403)

Request

GEThttps://api.xrpl.to/v1/launch-token/my-launches
Query parameterValueDescription
sessionIdstring (optional)
startint (default 0)
limitint (default 50, max 100)
curl 'https://api.xrpl.to/v1/launch-token/my-launches' \
  -H 'X-Api-Key: YOUR_KEY'
Needs your own API key (the shared browser key gets 403) — copy the code and run it with your key.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Launches created with your API key, with total count (a wallet lists its own with /launch-token/my-launches-wallet)

OpenAPI