Update README.md
This commit is contained in:
parent
d7ae525352
commit
63cdae7747
@ -61,7 +61,7 @@ Make this change for sender address in tx API here
|
|||||||
- https://blockbook.ranchimall.net/api/address/FBL45szT4jDQmViVirUxPeJjn1tkCDMxeT?details=txs
|
- https://blockbook.ranchimall.net/api/address/FBL45szT4jDQmViVirUxPeJjn1tkCDMxeT?details=txs
|
||||||
|
|
||||||
- with paging for address
|
- with paging for address
|
||||||
- https://blockbook.ranchimall.net/api/address/FBL45szT4jDQmViVirUxPeJjn1tkCDMxeT?details=txs?details=txs&pageSize=10&page=2
|
- https://blockbook.ranchimall.net/api/address/FBL45szT4jDQmViVirUxPeJjn1tkCDMxeT?details=txs&pageSize=10&page=2
|
||||||
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
@ -95,6 +95,8 @@ var balance = dataObject.balance;
|
|||||||
console.log(balance); // Output: 0.1663
|
console.log(balance); // Output: 0.1663
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- To broadcast tx in Blockbook
|
||||||
|
- https://blockbook.ranchimall.net/api/sendtx/<hex tx data>
|
||||||
|
|
||||||
# Blockbook
|
# Blockbook
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user