stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

API for the Stacks blockchain

Results 311 stacks-blockchain-api issues
Sort by recently updated
recently updated
newest added

These endpoints are hit pretty often and can take several seconds to resolve. It looks like the API could implement endpoint(s) that provide the same data. It may require modifications...

It is unclear which endpoints are proxied to the Node API. To make the project relationship clear, we should categorize or mark proxied endpoints appropriately.

documentation
good first issue

This PR https://github.com/blockstack/stacks-blockchain/pull/2459 added OpenAPI schemas to the `stacks-blockchain` repo for all the `/v2` endpoints that this repo proxies to. The `/v2` schemas in this repo are now redundant and...

documentation
help wanted
icebox

Hi, I'm seeing an issue, this is the 2nd one, tx is built and submitted to API with stacks.js and API returns `error: transaction rejected` even though the transaction successfully...

**Is your feature request related to a problem? Please describe.** While playing around with the Rosetta API I noticed the following when querying the network options: ```json "allow": { "operation_statuses":...

rosetta

> I think the faucet code needs to be updated to see the new fee estimates. The current fees are likely too low, e.g. https://explorer.stacks.co/txid/0x1ecf8b6c36b0a0c5a5d71695047e153e0568d8e7d4a306918a424431f6a8f2f0?chain=testnet is using 0.00018 STX Fees...

Other projects have dashboards that I sometimes use to learn things about the Stacks chain, especially the mempool dashes. We have some dashes in private mode, but we should consider...

many columns are of `text` type, where indexes don't really work with that format. I've found performance improvements for changing columns that hold Stacks addresses to VARCHAR(256). This allows indexes...

postgres

(Note: for now, this is primarily a testing PR for debugging desync issues) This PR changes the behavior for when the API encounters a "desync" error with the `stacks-node` (event...

Right now if a transaction is submitted to function `A_1` on a contract `A`, which calls a function `B_1` on contract `B`, there's no endpoint which exposes the fact that...