Configuration API
Overview
Endpoints
Get Mint Configuration
{
"success": true,
"data": {
"sourceChains": [
{
"name": "Solana",
"symbol": "sol",
"type": "main",
"tokens": [
{
"name": "Solana",
"symbol": "SOL",
"decimals": 9
}
]
},
{
"name": "XRP Ledger",
"symbol": "xrp",
"type": "main",
"tokens": [
{
"name": "XRP",
"symbol": "XRP",
"decimals": 6
}
]
},
{
"name": "Sui",
"symbol": "sui",
"type": "main",
"tokens": [
{
"name": "Sui",
"symbol": "SUI",
"decimals": 9
}
]
},
{
"name": "Dogecoin",
"symbol": "doge",
"type": "main",
"tokens": [
{
"name": "Dogecoin",
"symbol": "DOGE",
"decimals": 8
}
]
},
{
"name": "Zcash",
"symbol": "zec",
"type": "main",
"tokens": [
{
"name": "Zcash",
"symbol": "ZEC",
"decimals": 8
}
]
}
],
"destinationChains": [
{
"name": "Base",
"symbol": "base",
"type": "main",
"chainId": 8453,
"vm": "EVM",
"tokens": [
{
"name": "Universal Solana",
"symbol": "uSOL",
"decimals": 18
},
{
"name": "Universal XRP",
"symbol": "uXRP",
"decimals": 18
},
{
"name": "Universal Sui",
"symbol": "uSUI",
"decimals": 18
},
{
"name": "Universal Dogecoin",
"symbol": "uDOGE",
"decimals": 18
},
{
"name": "Universal Zcash",
"symbol": "uZEC",
"decimals": 18
}
]
},
{
"name": "Arbitrum",
"symbol": "arbitrum",
"type": "main",
"chainId": 42161,
"vm": "EVM",
"tokens": [
{
"name": "Universal Solana",
"symbol": "uSOL",
"decimals": 18
},
{
"name": "Universal XRP",
"symbol": "uXRP",
"decimals": 18
},
{
"name": "Universal Sui",
"symbol": "uSUI",
"decimals": 18
},
{
"name": "Universal Dogecoin",
"symbol": "uDOGE",
"decimals": 18
},
{
"name": "Universal Zcash",
"symbol": "uZEC",
"decimals": 18
}
]
}
],
"supportedTokens": [
{
"name": "Solana",
"symbol": "SOL",
"decimals": 9
},
{
"name": "XRP",
"symbol": "XRP",
"decimals": 6
},
{
"name": "Sui",
"symbol": "SUI",
"decimals": 9
},
{
"name": "Dogecoin",
"symbol": "DOGE",
"decimals": 8
},
{
"name": "Zcash",
"symbol": "ZEC",
"decimals": 8
}
]
}
}Get Burn Configuration
Response Fields
Chain Object
Field
Type
Description
Token Object
Field
Type
Description
Supported Networks
Use Cases
Dynamic UI Generation
Validate User Input
Get Token Decimals
Check Minimum Burn Amount
Chain IDs Reference
EVM Chains
Chain
Chain ID
Symbol
Token Decimals Reference
Native Tokens (Mint Source)
Token
Decimals
Smallest Unit
Universal Tokens (All uAssets)
Token
Decimals
Smallest Unit
Best Practices
Next Steps
Last updated