21 July 2023
July 21st, 2023 by Abdullah Baig
Updates on the products: Wallet, NFT, and Market.
Wallet API [0.43.0]
Added
- Signing Methods
Signing methods (PIN, EMERGENCY_CODE, and BIOMETRIC) can now be created at the sub-user level. You need to link the wallets to the respective sub-user for the signing methods to work. - Import and link wallet to a sub-user
You can import and link a wallet to a sub-user through a single endpoint. Add theuserId
in the request body. Use the endpoint:
POST /api/wallets/import
- Sub-user can sign signature requests
- Sub-user can sign transaction requests
Changed
- Get a Sub-user's Signature Requests
You can retrieve all signature requests for wallets linked to a specific sub-user. Optionally you can provideuserId
andincludeUsers
query param). Use the endpoint:
GET /api/signatures
- Get a Sub-user's Transaction Requests
You can retrieve all transaction requests for wallets linked to a specific sub-user. Optionally you can provideuserId
andincludeUsers
query param). Use the endpoint:
GET /api/transactions
- New property
custodial
which indicates if a wallet is custodial or not - Technical bug fixes
NFT API [0.26.0]
Updates:
- Technical Fixes
Market API [0.30.0]
Updates:
- General fixes
- Technical bug fixes
- Security enhanced
- UI/UX improvements