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

{
    "id": 101,
    "datetime": "2022-01-02T15:24:25.806828Z",
    "amount": 1750000000000,
    "fee": 17320071493,
    "blocks": [
        {
            "farmed_height": 1365998,
            "timestamp": 1641135820
        }
    ]
}