Skip to content

Commit

Permalink
v.2.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
Har01d authored Dec 23, 2021
1 parent b6209cb commit c11daec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ The key is applied to the end of the request string like this: `api.blockchair.c

### Changelog

* v.2.0.95 - December 23rd, 2021

This comment has been minimized.

Copy link
@chnkok

chnkok Jul 26, 2024

I hope you can help me

* Added Solana support in beta mode. We're not running a full history Solana node at the moment, so only the most recent blocks and transactions are available. The available block range can be obtained using `https://api.blockchair.com/range`. New endpoints:

This comment has been minimized.

Copy link
@chnkok

chnkok Jul 26, 2024

I hope you can help me

* `https://api.blockchair.com/solana/stats`
* `https://api.blockchair.com/solana/raw/slot/{:id}`
* `https://api.blockchair.com/solana/raw/transaction/{:signature}`
* `https://api.blockchair.com/solana/raw/address/{:address}`. Possible options: `?tokens=true` (costs `1` additional request point to use).
* `https://api.blockchair.com/solana/raw/validators`. Available options: `?offset={:offset}`.
* `https://api.blockchair.com/solana/raw/slots`. Available options: `?offset={:offset}`.
* v.2.0.94 - December 1st, 2021
* Added Kusama support in beta mode. The endpoints are compatible with Polkadot (we'll refer to Polkadot and Kusama as "Polkadot-like blockchains"):

This comment has been minimized.

Copy link
@chnkok

chnkok Jul 26, 2024

I hope you can help me

* `https://api.blockchair.com/kusama/stats` (+ `https://api.blockchair.com/stats` now also features Kusama)
Expand Down

2 comments on commit c11daec

@chnkok
Copy link

@chnkok chnkok commented on c11daec Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope you can help me
Uploading 1722000514741.png…

@Successpedro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bc1qedcucj3yy53mrjg6nceuaa8w4gnm4jseze3k7d

Please sign in to comment.