Wallets

Get https://payzigo.online/api/v1/wallets

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Response


{
    "data": [
        {
            "id": "a1b8928d-2c09-441b-8844-18f3bc461678",
            "currency_id": "0e7d192f-66a2-4f62-bcea-243051895d40",
            "amount": 0,
            "human_readable_amount": 0,
            "currency": "AED",
            "country": "United States",
            "iso2": "US",
            "topup": "disabled",
            "payout": "disabled",
            "local_swap": "disabled"
        },
        {
            "id": "a200753d-f6e0-4315-bd5d-afdff04a7fcd",
            "currency_id": "1f0d5dda-e936-4a8d-afe7-173b92de65eb",
            "amount": 0,
            "human_readable_amount": 0,
            "currency": "AFN",
            "country": "United States",
            "iso2": "US",
            "topup": "disabled",
            "payout": "disabled",
            "local_swap": "disabled"
        },
        {
            "id": "a2d64189-3c52-48d4-a04f-1a2ae23d52b7",
            "currency_id": "6e4984bf-4d0d-40dd-aedc-494cc0de3218",
            "amount": 47.999999999999,
            "human_readable_amount": 0.47999999999999,
            "currency": "EUR",
            "country": "United States",
            "iso2": "US",
            "topup": "disabled",
            "payout": "disabled",
            "local_swap": "disabled"
        },
        {
            "id": "b40b4fba-2d46-4e2f-9419-cda447ca44b1",
            "currency_id": "3e0b7e13-9ad6-40da-9a84-80fe6346f856",
            "amount": 0,
            "human_readable_amount": 0,
            "currency": "GBP",
            "country": "United States",
            "iso2": "US",
            "topup": "disabled",
            "payout": "disabled",
            "local_swap": "disabled"
        },
        {
            "id": "3b035348-c753-4f19-8aee-eb9d826e2941",
            "currency_id": "d374d1fa-6a88-47b7-a5cc-94acb76610fc",
            "amount": 218909.17712680998,
            "human_readable_amount": 2189.0917712681,
            "currency": "USD",
            "country": "United States",
            "iso2": "US",
            "topup": "active",
            "payout": "active",
            "local_swap": "active"
        }
    ]
}