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

{
    "id": 456,
    "datetime": "2022-03-20T20:49:29.432449Z",
    "amount": 1750000000000,
    "fee": 17126524292,
    "blocks": [
        {
            "farmed_height": 1722214,
            "timestamp": 1647807691
        }
    ]
}