Saltar para o conteúdo principal
POST
/
request-token-ledger
Solicitar token usando transação 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.

Corpo

application/json
time
integer
obrigatório

Timestamp Unix em segundos

Exemplo:

1704067200

transaction
string
obrigatório

Transação Solana contendo mensagem assinada (codificada em base64)

wallet
string
obrigatório

Chave pública da carteira Solana

Exemplo:

"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

Resposta

200 - application/json

Token emitido com sucesso

id
string
success
boolean
Exemplo:

true

data
object