Core SDK Reference

All methods in @raga-neobank/core

Vaults

Browse available investment strategy vaults

Public

User

Manage authenticated user profiles

Authenticated

Portfolio

Track positions and performance

Authenticated

Transactions

Generate blockchain transaction payloads

Authenticated

Error Handling

All SDK errors are typed NeobankError instances

FieldTypeDescription
messagestringHuman-readable error description
codenumberAPI error code
statusCodenumberHTTP status code
detailstring | nullAdditional error context
Type guard:isNeobankError(error)— safely checks if an error is a NeobankError