uusdc,
which stands for µUSDC (micro-USDC), and denote the smallest possible multiple of a contract (0.01 contract)
as one ccontract (centicontract).User-facing USDC balances are specified as fixed-point strings (e.g. "1.2625" for USDC). Contract quantities
in the API and SDK are specified as integer ccontracts strings (e.g. "1050" for 10.50 contracts at precision 2).pending status in µUSDC (integer string).fill-locked status in µUSDC (integer string).unclaimed status in µUSDC (integer string)./get-withdraw-authorization.| Status | Description |
|---|---|
pending | Scheduled, waiting for system processing |
fill-locked | Being processed by the system |
unclaimed | Ready to claim on-chain |
claimed | Successfully withdrawn |
totalAvailableUnclaimed to know how much can be claimedclaimedAmountUusdc and remainingUusdc for partial claim trackingtotalAvailableUnclaimed !== "0", the user can call /get-withdraw-authorization to get a claim signature.