Fiat

Internal-credit journal export + replay verdict

GET
/fiat/ledger

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Response Body

application/json

application/json

curl -X GET "https://example.com/fiat/ledger"
{  "pid": "string",  "balanceIdr": "string",  "treasuryCreditedIdr": "string",  "inFlight": [    "string"  ],  "errors": [    "string"  ],  "rows": [    {}  ]}