API Reference

Description

Configurations from platfrom & ramps alfred has established in LATAM

Response:

{
    "supportedPairs": [
        {
            "fromCurrency": "USDT",
            "toCurrency": "MXN",
            "maxQuantity": 1000,
            "minQuantity": 10
        },
        {
            "fromCurrency": "USDT",
            "toCurrency": "ARS",
            "maxQuantity": 10000,
            "minQuantity": 10
        },
        {
            "fromCurrency": "USDT",
            "toCurrency": "BRL",
            "maxQuantity": 1000,
            "minQuantity": 10
        },
        {
            "fromCurrency": "MXN",
            "toCurrency": "USDT",
            "maxQuantity": 100000,
            "minQuantity": 10
        },
        {
            "fromCurrency": "ARS",
            "toCurrency": "USDT",
            "maxQuantity": 800000,
            "minQuantity": 10
        },
        {
            "fromCurrency": "BRL",
            "toCurrency": "USDT",
            "maxQuantity": 5000,
            "minQuantity": 10
        }
    ],
    "supportedChains": [
        {
            "currency": "USDT",
            "chain": "TRON",
            "offRampSupported": true,
            "onRampSupported": true
        },
    ],
    "supportedFiatTypes": [
        {
            "currency": "MXN",
            "fiatType": "SPEI",
            "offRampSupported": true,
            "onRampSupported": true
        },
        {
            "currency": "ARS",
            "fiatType": "COELSA",
            "offRampSupported": true,
            "onRampSupported": true
        },
        {
            "currency": "BRL",
            "fiatType": "PIX",
            "offRampSupported": true,
            "onRampSupported": true
        }
    ]
}

Language
Click Try It! to start a request and see the response here!