Models
WalletAction
Wallet transfer request and response shapes
Transfer Request
| Field | Type | Description |
|---|---|---|
to_address | string | Destination address |
asset | `"SOL" | string` |
amount | string | Decimal amount |
memo | string? | Optional note |
idempotency_key | string? | Retry-safe key |
Transfer Response
| Field | Type | Description |
|---|---|---|
transfer_id | string | Internal transfer ID |
status | `"submitted" | "confirmed" |
signature | string | Chain tx signature |