Skip to content

Instantly share code, notes, and snippets.

@samuraisam
Created August 28, 2019 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuraisam/68edd658fcd569b108cb685e4cbdfd8a to your computer and use it in GitHub Desktop.
Save samuraisam/68edd658fcd569b108cb685e4cbdfd8a to your computer and use it in GitHub Desktop.
{
"_embedded": {
"blockchains": [
{
"name": "Bitcoin Cash",
"id": "bitcoincash-mainnet",
"native_currency_id": "bitcoincash-mainnet:__native__",
"fee_estimates": [
{
"fee": {
"currency_id": "bitcoincash-mainnet:__native__",
"amount": "2"
},
"tier": "20m",
"estimated_confirmation_in": 1200000
}
],
"is_mainnet": true,
"network": "mainnet",
"block_height": -1,
"confirmations_until_final": 6,
"_links": {
"self": {
"href": "http://localhost:8080/blockchains/bitcoincash-mainnet"
},
"blocks": {
"href": "http://localhost:8080/blocks?blockchain_id=bitcoincash-mainnet"
}
}
},
{
"name": "Bitcoin",
"id": "bitcoin-mainnet",
"native_currency_id": "bitcoin-mainnet:__native__",
"fee_estimates": [
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "30"
},
"tier": "10m",
"estimated_confirmation_in": 600000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "23"
},
"tier": "20m",
"estimated_confirmation_in": 1200000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "17"
},
"tier": "30m",
"estimated_confirmation_in": 1800000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "17"
},
"tier": "40m",
"estimated_confirmation_in": 2400000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "16"
},
"tier": "150m",
"estimated_confirmation_in": 9000000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "10"
},
"tier": "310m",
"estimated_confirmation_in": 18600000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "10"
},
"tier": "330m",
"estimated_confirmation_in": 19800000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "3"
},
"tier": "420m",
"estimated_confirmation_in": 25200000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "1"
},
"tier": "490m",
"estimated_confirmation_in": 29400000
},
{
"fee": {
"currency_id": "bitcoin-mainnet:__native__",
"amount": "1"
},
"tier": "1450m",
"estimated_confirmation_in": 87000000
}
],
"is_mainnet": true,
"network": "mainnet",
"block_height": -1,
"confirmations_until_final": 6,
"_links": {
"self": {
"href": "http://localhost:8080/blockchains/bitcoin-mainnet"
},
"blocks": {
"href": "http://localhost:8080/blocks?blockchain_id=bitcoin-mainnet"
}
}
},
{
"name": "Ethereum",
"id": "ethereum-mainnet",
"native_currency_id": "ethereum-mainnet:__native__",
"fee_estimates": [
{
"fee": {
"currency_id": "ethereum-mainnet:__native__",
"amount": "5500000000"
},
"tier": "1m",
"estimated_confirmation_in": 60000
},
{
"fee": {
"currency_id": "ethereum-mainnet:__native__",
"amount": "5500000000"
},
"tier": "3m",
"estimated_confirmation_in": 180000
},
{
"fee": {
"currency_id": "ethereum-mainnet:__native__",
"amount": "1300000000"
},
"tier": "5m",
"estimated_confirmation_in": 300000
},
{
"fee": {
"currency_id": "ethereum-mainnet:__native__",
"amount": "1000000000"
},
"tier": "30m",
"estimated_confirmation_in": 1800000
}
],
"is_mainnet": true,
"network": "mainnet",
"block_height": -1,
"confirmations_until_final": 6,
"_links": {
"self": {
"href": "http://localhost:8080/blockchains/ethereum-mainnet"
},
"blocks": {
"href": "http://localhost:8080/blocks?blockchain_id=ethereum-mainnet"
}
}
}
]
},
"_links": {
"self": {
"href": "http://localhost:8080/blockchains?testnet=false"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment