Get all entities

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

Headers

Authorization* string

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

Body parameters

page string

Sets the page number; use "all" to retrieve all items. The default is 1

limit integer

Specifies the default number of items per page, with a default setting of 20

Response


{
    "data": [
        {
            "id": "40de80c7-4533-4a29-af22-b26485f83fe0",
            "entity_name": "Fee Account",
            "eth_address": "0x72360ce58095df4c970666dfd48e84109eae96ed",
            "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-20T20:35:33.000000Z"
        },
        {
            "id": "634fda0e-88ec-4440-b45b-9c8ca7a28a67",
            "entity_name": "TRUST Account",
            "eth_address": "0x69aa148656d743d6017ef589d44bb11d03a6358f",
            "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-20T20:14:12.000000Z"
        }
    ]
}