{
    "success": true,
    "data": {
        "crypto_structure": {
            "networks": {
                "tron": {
                    "usdt_tron": {
                        "name": "USDT",
                        "supports_sandbox": true,
                        "address_format": "T[a-zA-Z0-9]{33}",
                        "description": "USDT stablecoin through Tron network (TRC20)",
                        "id": 9
                    },
                    "usdc_tron": {
                        "name": "USDC",
                        "supports_sandbox": true,
                        "address_format": "T[a-zA-Z0-9]{33}",
                        "description": "USDC stablecoin through Tron network (TRC20)",
                        "id": 10
                    }
                },
                "stellar": {
                    "usdt_stellar": {
                        "name": "USDT",
                        "supports_sandbox": true,
                        "address_format": "G[A-Z0-9]{55}",
                        "description": "USDT stablecoin through Stellar network",
                        "id": 4
                    },
                    "usdc_stellar": {
                        "name": "USDC",
                        "supports_sandbox": true,
                        "address_format": "G[A-Z0-9]{55}",
                        "description": "USDC stablecoin through Stellar network",
                        "id": 5
                    }
                },
                "native": {
                    "xrp": {
                        "name": "XRP (Ripple)",
                        "supports_sandbox": true,
                        "address_format": "r[1-9A-HJ-NP-Za-km-z]{25,34}",
                        "description": "XRP Ledger with testnet support",
                        "id": 1
                    },
                    "xmr": {
                        "name": "Monero (XMR)",
                        "supports_sandbox": true,
                        "address_format": "[48][0-9AB][1-9A-HJ-NP-Za-km-z]{93}",
                        "description": "Monero blockchain with local sandbox emulation",
                        "id": 3
                    }
                }
            },
            "order": [
                "tron",
                "stellar",
                "native"
            ]
        },
        "environment": "sandbox",
        "version": "1.0",
        "funding_urls": {
            "xmr": [
                {
                    "name": "XMR Faucet",
                    "url": "https:\/\/faucet.xmr.pt\/"
                }
            ],
            "trx": [
                {
                    "name": "Nile",
                    "url": "https:\/\/nileex.io\/join\/getJoinPage"
                },
                {
                    "name": "Triangle",
                    "url": "https:\/\/faucet.triangleplatform.com\/tron\/nile"
                },
                {
                    "name": "Tron Dev Group",
                    "url": "https:\/\/t.me\/TronOfficialDevelopersGroupEn"
                },
                {
                    "name": "Discord Tron DAO",
                    "url": "https:\/\/discord.com\/invite\/hqKvyAM"
                }
            ]
        },
        "fees": {
            "xrp": {
                "rate_individual": 0.005,
                "rate_legal": 0.002,
                "min_fee": 1,
                "max_fee_individual": 5,
                "max_fee_legal": 100
            },
            "usdt_stellar": {
                "rate_individual": 0.008,
                "rate_legal": 0.004,
                "min_fee": 0.5,
                "max_fee_individual": 10,
                "max_fee_legal": 100
            },
            "usdc_stellar": {
                "rate_individual": 0.008,
                "rate_legal": 0.004,
                "min_fee": 0.5,
                "max_fee_individual": 10,
                "max_fee_legal": 100
            },
            "xmr": {
                "rate_individual": 0.003,
                "rate_legal": 0.001,
                "min_fee": 0.0015,
                "max_fee_individual": 0.1,
                "max_fee_legal": 10
            },
            "usdt_tron": {
                "rate_individual": 0.008,
                "rate_legal": 0.004,
                "min_fee": 0.5,
                "max_fee_individual": 10,
                "max_fee_legal": 100
            },
            "usdc_tron": {
                "rate_individual": 0.008,
                "rate_legal": 0.004,
                "min_fee": 0.5,
                "max_fee_individual": 10,
                "max_fee_legal": 100
            }
        },
        "database_available": true
    }
}