Dex
DEX - 铸造
在指定 DEX 上创建新代币
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
支持网络中列出的区块链名称
Available options:
sol
, base
Body
application/json
Token creation parameters
交易的 DEX 标识符
Available options:
raydium
, meteora
, pumpfun
, moonshot
, jupiter
Example:
"raydium"
发起交易的钱包公钥
Required string length:
8 - 64
Example:
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
要创建的代币名称
Required string length:
1 - 32
Example:
"Candy Token"
代币符号/代号
Required string length:
1 - 10
Example:
"CANDY"
代币元数据 URI (通常指向图像或 JSON)
Example:
"https://assets.candyproject.com/token/icon.png"
优先费用,以 SOL 增加交易处理速度
Example:
"0.000001"
需要签名的代币铸造地址
Required string length:
32 - 44
Example:
"CandYQn9W1KTTN8QBN4mYwFDvJyYvHmKgkYhvJK3K8Jd"
Response
200 - application/json
Base64 编码的交易
Example:
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
请求处理时间(毫秒)
Example:
245
此页面对您有帮助吗?