Skip to main content

Questions tagged [api]

An API is an Application Programming Interface and services often have APIs available for developers to write software which accesses information offered by the service.

0 votes
0 answers
51 views

REST API documentation

I'm trying to use REST api of bitcoin core, i can do basic things such as getting latest block, or getting a transaction detail. But I couldn't find detailed explanation of the REST API. I checked the ...
Dante Alighieri's user avatar
0 votes
1 answer
45 views

walletcreatefundedpsbt declined with "Transaction amount too small" but the input is definitely not dust [duplicate]

I am trying to walletcreatefundedpsbt for the amount of (roughly) 0.00045 BTC, which is around $30 USD right now on 7 Mar 2024, and definitely does not look like dust. But I'm getting "...
Meglio's user avatar
  • 299
3 votes
2 answers
798 views

How do I find out who sent me Bitcoin?

I'm working on creating a service where it will accept Bitcoins from a certain address and be able to manage the Bitcoin for that user. I'm using Coinbase APIs and I can't find a simple way to find ...
Riz's user avatar
  • 33
0 votes
1 answer
44 views

Bitcoin API for getting an input script?

I wanted to try talking to my bitcoin node to get the input scripts and put them into a database. Does anyone have good resources on where I can look to get started?
hana's user avatar
  • 35
1 vote
1 answer
110 views

How does bitcoin core API work locally (network) - bitcoinlib in python using too many web sockets

I'm trying to understand at a high level, the local network aspects of calling the bitcoin core api via bitcoinlib in python So the context around this question is that I wanted to work on some python ...
user2880722's user avatar
0 votes
1 answer
98 views

What's the point of Multi Signature Addresses?

When an attacker has access to the private key of the wallet, he can dump the private keys of every address used for the multisign address(es). So, what's the point of multi sign addresses when there'...
Otijun's user avatar
  • 3
0 votes
1 answer
240 views

Is there any online service/API to get the complete transaction in raw form?

Is there any online service or API that allows you to get the transaction in raw form, i.e. in "byte" format? I know it can be done through bitcoin core, however, I need some online service/...
dassd's user avatar
  • 1,099
-1 votes
1 answer
96 views

blockchain.com websocket not working

I started to listen to the "wss://ws.blockchain.info/inv" websocket address in the link below, but none of the transactions I made were sent to the messages. Later, when I tried the ...
BeycanDeveloper's user avatar
1 vote
1 answer
52 views

Blockchain API not sending subscribed info

I'm having trouble receiving WebSocket messages for address-related events. Here is the code that I'm using (trackAddress gets called externally and I'm sure it sends the right thing). I also tried ...
DreamY's user avatar
  • 11
1 vote
1 answer
121 views

Do Bitcore APIs have daily limits?

I can't find online if the bitcore API (https://github.com/bitpay/bitcore/blob/master/packages/bitcore-node/docs/api-documentation.md) has daily limits for making requests, or if there is a need to ...
AlexCav's user avatar
  • 51