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

{
    "id": 42,
    "datetime": "2021-09-30T19:52:56.510800Z",
    "amount": 1750000000000,
    "fee": 0,
    "blocks": [
        {
            "farmed_height": 933328,
            "timestamp": 1633030399
        }
    ]
}