You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Request failed with status code 400
at createError (/xxx/node_modules/axios/lib/core/createError.js:16:15)
at settle (/xxx/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/xxx/node_modules/axios/lib/adapters/http.js:293:11)
at IncomingMessage.emit (events.js:412:35)
at endReadableNT (internal/streams/readable.js:1334:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {config: {…}, request: ClientRequest, response: {…}, isAxiosError: true, toJSON: ƒ, …}
To Reproduce
Steps to reproduce the behavior:
Create a vault account named Account#104
Run the code above
See error
Expected behavior
Have the account in pagedVaultAccounts.accounts[0]
Screenshots
N/A
Version:
fireblocks-sdk version: 2.1.0
npm version: 6.14.15
node version: v14.18.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an vault account named
Account#104
and when I run the following code:I get:
To Reproduce
Steps to reproduce the behavior:
Account#104
Expected behavior
Have the account in
pagedVaultAccounts.accounts[0]
Screenshots
N/A
Version:
fireblocks-sdk
version: 2.1.0Additional context
N/A
The text was updated successfully, but these errors were encountered: