Get Topup Details

Get Account Balance

GET /v1/account/topup

This API will return the account's top-up details.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <idToken>

Response

{
    "statusCode": 200,
    "statusMessage": "OK",
    "payload": {
        "btclegacy": {
            "address": "14Tx..."
        },
        "btctaproot": {
            "address": "bc1p6j..."
        },
        "banktransfer": {
            "reference": "FOUNDRYAC...",
            "accountnumber": "201...",
            "accountname": "Senmo Tech...",
            "bankaddress": "200 Cor...",
            "iban": "CY3334...",
            "bankname": "Bank Name...",
            "bic": "CYP..."
        }
    }
}

Last updated