The wallet endpoints settle the work: GET /v1/balance, GET /v1/profile, POST /v1/send (balance debits instantly; on-chain settlement is queued), and GET /v1/transactions / GET /v1/tx?hash= to inspect history. Amounts are in FLOP.
See the developer docs for the full request and response shapes.