Passer au contenu principal
POST
/
request-token-ledger
Demander un jeton via une transaction Ledger
curl --request POST \
  --url https://launch-auth-v1.raydium.io/request-token-ledger \
  --header 'Content-Type: application/json' \
  --data '
{
  "time": 1704067200,
  "transaction": "<string>",
  "wallet": "4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"
}
'
{
  "id": "<string>",
  "success": true,
  "data": {
    "token": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

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

Corps

application/json
time
integer
requis

Timestamp Unix en secondes

Exemple:

1704067200

transaction
string
requis

Transaction Solana contenant le message signé (encodée en base64)

wallet
string
requis

Clé publique du portefeuille Solana

Exemple:

"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

Réponse

200 - application/json

Jeton émis avec succès

id
string
success
boolean
Exemple:

true

data
object