cURL
curl --request GET \ --url https://api-v3.raydium.io/mint/list
{ "id": "<string>", "success": true, "msg": "<string>", "data": { "blockList": [ "<string>" ], "mintList": [ { "chainId": 123, "address": "<string>", "programId": "<string>", "logoURI": "<string>", "symbol": "<string>", "name": "<string>", "decimals": 123, "tags": [ "<string>" ], "extensions": {} } ] } }
UI のデフォルトミントリスト(メタデータおよびロゴ付き)を取得します。60 秒キャッシュ。
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Success
共通レスポンスエンベロープ。data フィールドは各エンドポイントのレスポーススキーマが allOf を通じて提供するため、ベースエンベロープ上では宣言されません。
data
allOf
リクエスト ID(UUID)
リクエストが成功したかどうか
success が false の場合のエラーメッセージ
Show child attributes
このページは役に立ちましたか?