fireblocks-sdk-js
fireblocks-sdk-js copied to clipboard
Typescript & Javascript SDK for developers using Fireblocks API
## Pull Request Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for...
**Describe the bug** Some statuses related to transaction creation response seem to be missing from the `TransactionStatus` enum, for instance, "PENDING_ENRICHMENT" **To Reproduce** Steps to reproduce the behavior: 1. Create...
## Pull Request Description Added a new field for the NCW assets APIs. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...
## Pull Request Description This PR fixes wrong typing of the response in `/vault/accounts/:vaultAccountId/:assetId/addresses_paginated` endpoint, particularly `type` property of the response. For some reason it was set as `number` in...
`getTransactionsWithPageInfo` accepts both `pageFilter` as well as a `nextOrPreviousPath` argument. The current logic will only use `pageFilter` when it is defined, even if `nextOrPreviousPath` is also defined. This leads to...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
**Describe the bug** `getDepositAddresses` is being deprecated and replaced by its paginated version `getPaginatedAddresses`. Original `interface DepositAddressResponse` had `type?: string` but the replacement `interface AddressResponse` has `type?: number`. The raw...
Describe the bug Crypto not found while initialising the SDK To Reproduce Steps to reproduce the behavior: const fireblocks = new FireblocksSDK(apiSecret, apiKey, baseUrl); Expected behavior It should initialise the...
**Describe the bug** https://developers.fireblocks.com/reference/post_webhooks-resend According to the API docs and confirmed by the live API, the response from the Resend failed webhooks endpoint should be ``` export interface ResendWebhooksResponse {...