Get a transaction

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

Headers

Authorization* string

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

Path parameters

{transaction}* uuid

Transaction ID

Response


{
    "message": "Transaction details",
    "status": "success",
    "data": {
        "id": "9d46cdaf-efa6-422a-812e-3ee4b94c4c5d",
        "entity_id": "634fda0e-88ec-4440-b45b-9c8ca7a28a67",
        "recipient_entity_id": null,
        "amount": "10.00",
        "currency": "USD",
        "hash": null,
        "status": "pending",
        "mode": "live",
        "webhook_url": "https://webhook.site",
        "blockchain_action": "mint",
        'balance':{
            'entity_id': '10000.00',
            'recipient_entity_id': '200000.00'
        }
        "created_at": "2025-04-20T20:17:39.000000Z"
    }
}