When is it appropriate to run a node locally?
In this part of the spec it says that you shouldn’t be connecting to an external node. rosetta-api.org Common Mistakes · Rosetta ## Connecting to a Block Explorer or External Node Running a full node...
View ArticleImplementing "Indexer" functionality
Recently we were looking to 1.) get all the transactions associated with a specific account and 2.) get a transaction by hash without knowing the block. @patrick.ogrady pointed out that this would be...
View ArticleIn progress rust sdk?
Hello. This blog post mentioned that there is an in-progress rust-sdk. Is this project hosted on Github somewhere? Can someone post a link? Thanks! 4 posts - 3 participants Read full topic
View Article[Indexer API] /search/blocks endpoint?
We are building a block explorer with a Rosetta API. Is there any plan to add a /search/blocks endpoint? Similar to the /search/transactions endpoint? 1 post - 1 participant Read full topic
View ArticleWebsockets in standard?
Is there a way to include websockets into this standard? Our set up includes secure websocket comms. 4 posts - 3 participants Read full topic
View ArticleProvide a permanent version for the current spec for linking
Small thing, but while drafting some documentation for our implementation I wanted to link to the specific spec version we’ve currently implemented, which happens to be the current stable version...
View ArticleImportaddress equivilant
Hello Does the Rosetta spec have a method for importing addresses? The equivalent bitcoin rpc call being: curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method":...
View ArticleHow to support a new blockchain
Hi, I want to know: What’s the process to support a new blockchain? Are you using your own nodes to connect to get blockchain data or using external APIs? Do you have a common API with all smart...
View ArticleShould the node be completely synced before it's able to be utilized by the...
The blockchain node instance we’re repurposing for Rosetta is accessible before it syncs to head. For example, if the known head is at block 1000 but the local head is only at 900, you are still able...
View ArticleWhich companies (other than blockchains) are using Rosetta?
I’m evaluating internally whether should adopt Rosetta or continue improving internal tooling, and so I’m wondering: other than Coinbase, who is using the Rosetta API within their companies to manage...
View ArticleIntegration token
I am totally lost. I read Rosetta’s repository on Github, read some posts on this forum, but I don’t know how I can create the integration that Coibase asks for. Someone help me? 2 posts - 2...
View ArticleMining/Harvesting on Rosetta node container?
Hi team, My name is Fernando, I’m new to Rosetta. Pretty amazing work you have done. The docs, examples, and possibilities this API provides are great! From what I understand, in order to be...
View ArticleHow can get start using API's?
Hi, I am developing a crypto wallet and I want to use both Rosetta APIs, I read the documentation but I get more confused! where should I start? which repo should I build to access the Data API and...
View ArticleCoinbase rosetta full integration of a solana token
Hello, i am new, i wanted to know how to perform a full integration with rosetta, required by coinbase for a solana token. Thanks for your help 1 post - 1 participant Read full topic
View ArticleImplementation for PIVX fork
Hi all, we are working to implement our PIVX Fork with the Rosetta API. The git we are using is https://github.com/ScArFaCe2020/rosetta-eunopay for dev works. The problem we face at this stage the...
View ArticlePolite Question For the Community. Which exchanges currently user Rosetta? It...
A list of all exchanges that use Rosetta would be incredibly helpful. Can anyone help or maybe point me in the right direction. Ty 2 posts - 2 participants Read full topic
View ArticleТake asset metadata with query?
Hello, everybody. I need advice! Can anyone tell me how I can take by request to ROSETTA metadata (URL, logo, name, description and etc.) of a particular asset by his name in string or name in hex ? 2...
View ArticleWhat are the requirements of Coinbase production enviorment for rosetta server
As described in Is it necessary to query account balance at any block number? Conflux is a high-performance public chain, we are working on integrating with Rosetta. But we have encountered a problem...
View ArticleHTTP status codes
In the docs, it seems like all error responses are written with heading “500 - Error”. Does this mean that all errors should respond with status code 500? Even if the cause is bad input where, say,...
View ArticleRemoving some fields in ConstructionMetadataRequest and...
Hi community we have a plan to remove public_keys field in ConstructionMetadataRequest, remove max_fee and suggested_fee_multiplier in ConstructionPreprocessRequest, you could find more information...
View Article