Get an entity

Get https://app.moneygraph.ai/api/v1/ledger/entity/{entity}

Headers

Authorization* string

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

Path parameters

{entity}* uuid

Entity ID

Response


{
    "message": "Entity details",
    "status": "success",
    "data": {
        "id": "08d3c88d-b89c-4bd2-bff1-cc830b25d597",
        "entity_name": "Fee Account",
        "eth_address": "0xcc5d33416d66afb2463196ca4b88ab8898875f4b",
        "mode": "live",
        "wallets": [
            {
                "USD": {
                    "available": {
                        "amount": "900.00",
                        "human_readable_amount": 9
                    },
                    "ledger": {
                        "amount": "1007100.00",
                        "human_readable_amount": 10071
                    }
                }
            },
            {
                "NGN": {
                    "available": {
                        "amount": "1000000.00",
                        "human_readable_amount": 10000
                    },
                    "ledger": {
                        "amount": "1007100.00",
                        "human_readable_amount": 10071
                    }
                }
            }
        ],
        "created_at": "2025-04-20T21:11:51.000000Z"
    }
}