Wallet Types API

GET a list of VASPs and their Ids

GET https://api.aquanow.io/v1/addresses/walletTypes

This only provides a list of VASPs. In endpoints where wallet host is required you can also provide "UNKNOWN" or "SELF_HOSTED


        {
            "id": "fcf01aed-5261-4553-9c91-9304803f2066",
            "name": "Ian VASP"
        },
        {
            "id": "cb4e20c0-78d6-4002-8d0e-a58f12b6ecf2",
            "name": "ICN Company Testing1"
        },
        {
            "id": "a4c6847b-7f27-4cc7-a131-e139dabc93b4",
            "name": "BitMEX EU"
        },
        {
            "id": "f62b87fb-47cf-491c-8584-4e6e13dade65",
            "name": "Bitnice"
        },
        {
            "id": "faea2764-e229-4cf3-b3af-bc38e95b70f3",
            "name": "Bitoasis Staging TravelRules"
        },
        {
            "id": "37e8b870-6da4-4936-8fc9-973aafd1a247",
            "name": "BLOX B.V. (NL)"
        }
    ]
}

Last updated