I build the cardano-http-bridge and start it, but the ‘query block’ and address API return nothing ‘’, and the epochid API get unreadable code file. Is there something wrong? How can I fix it? The cardano-http-bridge is also synchronizing the data of chainblock,right? If so , I want to change the position of sync data, which file i should fix?
Hi There,
Unfortunately, your query is not too clear to me. Could you share the API request you’re making and what you expect? Also, at a higher level, what are you trying to achieve using the http-bridge?
and the epochid API get unreadable code file. Is there something wrong?
The epochid and blockid endpoints, as per description, will give you the actual contents of a block/epoch in binary format. These endpoints are not supposed to return a user-readable format.
I want to use the http-bridge to resolve the block,transaction, but as you say it return a user-unreadable format. And the API: GET: /:network/utxos/:address returns , but the address has transactions and sync all the data,the address is : DdzFFzCqrhtB2jzYHnG6f8JPTVVb45UULpAHsjDkiqfQMXUJxUEdLsujFHpmuQW2ZWmhXj4BPit8pFrP2u3c7w85wrPZrYmrMTdNn7AH
I see the e.g of github write base58 encoding of an address, it means that the address of explorer isn’t the base58 type?
The most important is that the api of signed is ok?