Reference
Reference
Foundations
| Page | Description |
|---|---|
| Naming conventions | list* / get* naming and units (e.g. bps) |
| Types | Shared, market, and execution types |
| Errors | NutrimaticError codes |
| Ledgers | Supported ledgers, IDs, and Infinite Mainnet |
| Wallet adapter | Bring-your-own wallet signing contract |
Whose wallet (owner) | Which address portfolio reads use when owner is omitted |
Read
| Page | Description |
|---|---|
| Live market data | Default path — sdk.live.watchPair / watchInstrument (SSE) |
| Read operations | One-shot GETs and module methods |
| Chart windows | OHLCV windows for bootstrap / paging (advanced vs live) |
| Activity feeds | Event feed windows for bootstrap / paging (advanced vs live) |
Write
| Page | Description |
|---|---|
| Write operations | Quote → sign → execute → track overview |
| Fees and costs | What writes cost; Quote.costs breakdown on swap quotes |
| Swaps | routing.quote and easy.swap |
| Liquidity | liquidity.add and liquidity.remove |
| Balances | Balances, allowances, and approve |
| Positions | Read-only portfolio rows (LP / stake / farm) |
| Staking | Product-token stake, unstake, and claim |
| Farming | Farm deposit, withdraw, and harvest |
| Settlement | settlement.track and multi-step paths |