Questions tagged [fireblocks-api]

The Fireblocks API is a cryptocurrency-focused REST API for communicating between the Fireblocks SDK and other endpoints. Use this tag for questions about using the Fireblocks API in your code.

The Fireblocks API is a cryptocurrency-focused REST API for communicating between the Fireblocks SDK and other endpoints.

https://developers.fireblocks.com/reference/api-overview

2 questions
1
vote
0 answers

Fireblocks Polygon Wallet Creation Axios Error

According to Fireblocks Docs , I created default wallet "BTC_TEST" like this.enter image description here But when I create Matic wallet it give me Axios Error. I don't know the reason about that. Matic is supported assetsID in Fireblocks. Help…
-1
votes
1 answer

Fireblocks API queued transactions issue

I am working with Fireblocks API and when I send multiple transactions one after another, most of them are QUEUED and it seems that Fireblocks is sending transaction requests to Kaleido one by one. Therefore to process 50 transactions it takes…