Ana içeriğe atla
POST
/
request-token-ledger
Ledger işlemi kullanarak token iste
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.

Gövde

application/json
time
integer
gerekli

Unix zaman damgası (saniye cinsinden)

Örnek:

1704067200

transaction
string
gerekli

İmzalanmış iletiyi içeren Solana işlemi (base64 kodlaması)

wallet
string
gerekli

Solana cüzdan genel anahtarı

Örnek:

"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

Yanıt

200 - application/json

Token başarıyla yayınlandı

id
string
success
boolean
Örnek:

true

data
object