API Reference

This endpoint is designed to List all onramp transactions

Response:

{
        "transactions": [
            {
                "transactionId": "0d27ae9a-ab6f-4c6d-810e-143a416e87c0",
                "createdAt": "2023-12-13T16:19:53.828Z",
                "quoteId": "3f020d62-6cef-4f2c-87e4-b096abc5cac9",
                "fromCurrency": "MXN",
                "toCurrency": "USDT",
                "amount": "10000.00",
                "chain": "TRON",
                "paymentMethodType": "BANK",
                "depositAddress": "0xb794f5ea0ba39494ce839613fffba74279579268"
            }
        ],
        "meta": {
            "page": "1",
            "take": "10",
            "itemCount": 1,
            "pageCount": 0
        }
    }
}

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