Crypto Wallets

Get https://app.moneygraph.ai/api/v1/cryptowallet

Headers

Authorization* string

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

Response


{
    "data": [
        {
            "id": "1f342803-5033-4e6f-bc84-a1fbc0f8edf3",
            "crypto_id": "af06092f-448a-4e21-89d0-a299b15b8fac",
            "amount": 82.12,
            "human_readable_amount": 0.82,
            "token": "BTC",
            "network": "BTC",
            "local_swap": "active",
            "mode": "live",
            "wallet_addesses": []
        },
        {
            "id": "b026b3f1-389d-4df8-81a2-352f86f46aef",
            "crypto_id": "798b2d97-d38a-4197-8ff1-374119c8fea2",
            "amount": 0,
            "human_readable_amount": 0,
            "token": "ETH",
            "network": "ETH",
            "local_swap": "disabled",
            "mode": "live",
            "wallet_addesses": []
        },
        {
            "id": "b07cb164-5ffa-43b6-a487-5c6f0cabfb34",
            "crypto_id": "842b7124-a3f3-4c48-9794-fe0c255fbfe5",
            "amount": 799.51,
            "human_readable_amount": 7.99,
            "token": "USDT",
            "network": "TRX",
            "local_swap": "active",
            "mode": "live",
            "wallet_addresses": [
                {
                    "id": "d0585f20-fa92-48ac-ba6f-fd90c3c92ba5",
                    "wallet_address": "TZ7e1z3QnJDM9fRux6mqNBjiUCcYsk5wXW",
                    "token": "USDT",
                    "network": "TRX",
                    "created": "2026-01-17T09:25:09.000000Z",
                    "mode": "live"
                }
            ],
        }
    ]
}