All providers
Provider
Provider docs Bitref.com
id: bitrefcom
Multi-chain explorer API; chainkit uses it for BTC balance/UTXO/broadcast.
Capabilities
What this provider does inside chainkit
- Balance
Look up the confirmed balance of an address.
- Broadcast
Submit a signed raw transaction to the network.
- Fee tiers
Get current sat/vByte recommendations for priority / standard / economy.
- Fee math
Estimate the fee for a transaction of a given size at a target priority.
Operational
Running it in production
- Auth
- api_key
- Chains
- btc/mainnet
- Free tier
- 1k req/day
- Paid tier
- paid plans available
- Rate limit
- 1k/day free, higher on paid
In the SDK
Wire Bitref.com via the chainkit builder
The builder accepts every provider you want in rotation. chainkit handles failover, retries, and scoring across them — pick capability coverage, not a single vendor.
import (
"github.com/exapsy/chainkit"
"github.com/exapsy/chainkit/bitcoin/providers"
bttypes "github.com/exapsy/chainkit/bitcoin/types"
)
p := providers.NewBitrefcom(/* opts — see godoc */)
client, _ := chainkit.NewMixedProvidersBuilder().
WithProvider(p).
Build(ctx) Snippet illustrative; refer to the godoc for the exact constructor signature.
Last 24 hours
Live performance
Pulled from the same scoreboard as /scoreboard, narrowed to Bitref.com. Polled every minute.
Loading live numbers…