GET /api/v1.0/payout/789/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 789,
    "datetime": "2022-04-23T12:10:11.860193Z",
    "amount": 1750000000000,
    "fee": 15576392930,
    "blocks": [
        {
            "farmed_height": 1877777,
            "timestamp": 1650714742
        }
    ]
}