查询当前系统⽀持的所有区块链和币种组合,创建订单前调⽤此接⼝确认 chain 和 currency 的
合法值。
curl --location 'https://uat-pay.bkj.com/globalpay/v1/assets/supported' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Content-Type: application/json'{
"groups": [
{
"chain": "Bitcoin Testnet",
"currencies": [
"BTC"
]
},
{
"chain": "Ethereum(ERC20)",
"currencies": [
"ETH"
]
},
{
"chain": "Sepolia testnet",
"currencies": [
"ETH"
]
},
{
"chain": "Solana",
"currencies": [
"SOL",
"USDC",
"USDT"
]
},
{
"chain": "Tron",
"currencies": [
"TRX",
"USDT"
]
}
]
}