v1.0
OAS 3.0.0

Notus API

  • The Notus API offers functionalities related to the creation and management of smart wallets in the ERC-4337 standard, facilitating the implementation of UserOperations and Paymaster Data.
  • It enables fintechs and other services to integrate crypto assets into their offerings in a simple and flexible way, while managing wallets according to the specific needs of their customers.
  • It provides routes for swap and cross-swap.
  • It offers direct access to wallet indexing.
  • It facilitates the collection of wallet data and on-chain interactions, seamlessly integrating crypto into existing products.
Client Libraries

Wallet

Get Smart Wallet

This endpoint retrieves the details of a user's smart wallet

Query Parameters
  • object
    required
Responses
GET/api/v1/wallets/address

{
  "wallet": {
    "accountAbstraction": "0x1337133713371337133713371337133713371337",
    "externallyOwnedAccount": "0xE0AAdd12355e0AadD12355e0aADD12355E0AaDd1",
    "factory": "0xFAC70121add12355fAc70121aDD12355FAC70121",
    "salt": "0",
    "createdAt": "2025-02-14T15:16:44.821Z",
    "updatedAt": "2025-02-14T15:16:44.821Z"
  }
}

Transactions

Models