$0
$0
0
0 KH/s
0
0 Days 0 Hours 0 Minutes (0 blocks)
0 Years 0 Days 0 Hours 0 Minutes
The FixedCoin Explorer API provides public, read-only endpoints for balances, blocks, transactions, and network stats. All endpoints are GET and return either JSON or plain text.
(this site)
/api/v1/balance/{address}
Return the current balance (in FIX) for the given address.
/api/v1/balance/fixD12345ABCDE67890FGHIJKLM1234NOPQ
3013262.41250152
/api/v1/address/{address}
List transactions for the given address (direction, amount, timestamp).
/api/v1/address/fix1qexample9quxk75nsunmapwk2t7nvxaqpyaaaaaaa
[
{
"txid": "8b1e8ef824b20f90ea816f4d0f39ee1a3df88d36321b1c8e8f400e99f25dfc00",
"amount": "9826026.2001792",
"direction": "received",
"timestamp": "20-12-2024 05:52:45"
},
{
"txid": "8b1e8ef824b20f90ea816f4d0f39ee1a3df88d36321b1c8e8f400e99f25dfc00",
"amount": "2025526.31342009",
"direction": "sent",
"timestamp": "20-12-2024 05:20:10"
}
]
/api/v1/txid/{txid}
Get transaction details (inputs, outputs, totals, fee, timestamp).
/api/v1/txid/c8684f73b09e01dae03d122500b2dc17977725c880ca3ef23cd41e2e5277aa11
[
{
"txid": "c8684f73b09e01dae03d122500b2dc17977725c880ca3ef23cd41e2e5277aa11",
"inputs": [
{ "address": "D12345ABCDE67890FGHIJKLM123INPUT", "amount": 24497466.14272493 }
],
"outputs": [
{ "address": "D12345ABCDE67890FGHIJKLM123OUTPUT", "amount": 21202714.06776493 },
{ "address": "fix1qexample9quxk75nsunmapwk2t7nvxaqpyoutput00", "amount": 3294752.0727 }
],
"fee": 0.00226,
"timestamp": "02-01-2025 20:22:19"
}
]
/api/v1/live-diff
Current network difficulty with the exact block it’s taken from and the data source.
{
"difficulty": 34813668013.495255,
"diff_block": 759,
"source": "rpc",
"source_detail": "gbt/target"
}
{
"difficulty": 8703417003.373814,
"diff_block": 758,
"source": "sql",
"source_detail": "sql"
}
/api/v1/lastprice
Latest (FIX) price in USD (plain number).
0.00026452/api/v1/marketcap
Market capitalization (USD), based on last price × circulating supply.
23322200.0/api/v1/coinsupply
Total circulating coin supply (FIX).
87997562500.0/api/v1/blocktime
Average block time (seconds per block).
60/api/v1/hashrate
Current network hashrate (H/s as a number).
1342000728748918