Download OpenAPI specification:Download
Blockfrost is an API as a service that allows users to interact with the Cardano blockchain and parts of its ecosystem.
After signing up on https://blockfrost.io, a project_id
token is automatically generated for each project.
HTTP header of your request MUST include this project_id
in order to authenticate against Blockfrost servers.
At the moment, you can use the following networks. Please, note that each network has its own project_id
.
Network | Endpoint |
Cardano mainnet |
https://cardano-mainnet.blockfrost.io/api/v0
|
Cardano preprod |
https://cardano-preprod.blockfrost.io/api/v0
|
Cardano preview |
https://cardano-preview.blockfrost.io/api/v0
|
InterPlanetary File System |
https://ipfs.blockfrost.io/api/v0
|
Milkomeda mainnet |
https://milkomeda-mainnet.blockfrost.io/api/v0
|
Milkomeda testnet |
https://milkomeda-testnet.blockfrost.io/api/v0
|
For more information about how to use Milkomeda as well as the list of available endpoints, see the Milkomeda section.
?order=desc
query parameter to reverse this order.?page=2
to list through the results.server_time
) are in seconds of UNIX time.The following are HTTP status code your application might receive when reaching Blockfrost endpoints and it should handle all of these cases.
400
return code is used when the request is not valid.402
return code is used when the projects exceed their daily request limit.403
return code is used when the request is not authenticated.404
return code is used when the resource doesn't exist.418
return code is used when the user has been auto-banned for flooding too much after previously receiving error code 402
or 429
.425
return code is used in Cardano networks, when the user has submitted a transaction when the mempool is already full, not accepting new txs straight away.425
return code is used in IPFS network, when the user has submitted a pin when the pin queue is already full, not accepting new pins straight away.429
return code is used when the user has sent too many requests in a given amount of time and therefore has been rate-limited.500
return code is used when our endpoints are having a problem.An internal error code number is used for better indication of the error in question. It is passed using the following payload.
{
"status_code": 403,
"error": "Forbidden",
"message": "Invalid project token."
}
There are two types of limits we are enforcing:
The first depends on your plan and is the number of request we allow per day. We defined the day from midnight to midnight of UTC time.
The second is rate limiting. We limit an end user, distinguished by IP address, to 10 requests per second. On top of that, we allow each user to send burst of 500 requests, which cools off at rate of 10 requests per second. In essence, a user is allowed to make another whole burst after (currently) 500/10 = 50 seconds. E.g. if a user attempts to make a call 3 seconds after whole burst, 30 requests will be processed. We believe this should be sufficient for most of the use cases. If it is not and you have a specific use case, please get in touch with us, and we will make sure to take it into account as much as we can.
We support a number of SDKs that will help you in developing your application on top of Blockfrost.
Programming language | SDK |
JavaScript | blockfrost-js |
Haskell | blockfrost-haskell |
Python | blockfrost-python |
Rust | blockfrost-rust |
Golang | blockfrost-go |
Ruby | blockfrost-ruby |
Java | blockfrost-java |
Scala | blockfrost-scala |
Swift | blockfrost-swift |
Kotlin | blockfrost-kotlin |
Elixir | blockfrost-elixir |
.NET | blockfrost-dotnet |
Arduino | blockfrost-arduino |
PHP | blockfrost-php |
Crystal | blockfrost-crystal |
History of your Blockfrost usage metrics per endpoint in the past 30 days.
[- {
- "time": 1612543814,
- "calls": 182,
- "endpoint": "block"
}, - {
- "time": 1612543814,
- "calls": 42,
- "endpoint": "epoch"
}, - {
- "time": 1612543812,
- "calls": 775,
- "endpoint": "block"
}, - {
- "time": 1612523884,
- "calls": 4,
- "endpoint": "epoch"
}, - {
- "time": 1612553884,
- "calls": 89794,
- "endpoint": "block"
}
]
Obtain information about a specific stake account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
{- "stake_address": "stake1ux3g2c9dx2nhhehyrezyxpkstartcqmu9hk63qgfkccw5rqttygt7",
- "active": true,
- "active_epoch": 412,
- "controlled_amount": "619154618165",
- "rewards_sum": "319154618165",
- "withdrawals_sum": "12125369253",
- "reserves_sum": "319154618165",
- "treasury_sum": "12000000",
- "withdrawable_amount": "319154618165",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "drep_id": "drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc"
}
Obtain information about the reward history of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "epoch": 215,
- "amount": "12695385",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "type": "member"
}, - {
- "epoch": 216,
- "amount": "3586329",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "type": "member"
}, - {
- "epoch": 217,
- "amount": "1",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "type": "member"
}, - {
- "epoch": 217,
- "amount": "1337",
- "pool_id": "pool1cytwr0n7eas6du2h2xshl8ypa1yqr18f0erlhhjcuczysiunjcs",
- "type": "leader"
}, - {
- "epoch": 218,
- "amount": "1395265",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "type": "member"
}, - {
- "epoch": 218,
- "amount": "500000000",
- "pool_id": "pool1cytwr0n7eas6du2h2xshl8ypa1yqr18f0erlhhjcuczysiunjcs",
- "type": "pool_deposit_refund"
}
]
Obtain information about the history of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "active_epoch": 210,
- "amount": "12695385",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy"
}, - {
- "active_epoch": 211,
- "amount": "22695385",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy"
}
]
Obtain information about the delegation of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "active_epoch": 210,
- "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "amount": "12695385",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy"
}, - {
- "active_epoch": 242,
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0",
- "amount": "12691385",
- "pool_id": "pool1kchver88u3kygsak8wgll7htr8uxn5v35lfrsyy842nkscrzyvj"
}
]
Obtain information about the registrations and deregistrations of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "action": "registered"
}, - {
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0",
- "action": "deregistered"
}
]
Obtain information about the withdrawals of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "48a9625c841eea0dd2bb6cf551eabe6523b7290c9ce34be74eedef2dd8f7ecc5",
- "amount": "454541212442"
}, - {
- "tx_hash": "4230b0cbccf6f449f0847d8ad1d634a7a49df60d8c142bb8cc2dbc8ca03d9e34",
- "amount": "97846969"
}
]
Obtain information about the MIRs of a specific account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "69705bba1d687a816ff5a04ec0c358a1f1ef075ab7f9c6cc2763e792581cec6d",
- "amount": "2193707473"
}, - {
- "tx_hash": "baaa77b63d4d7d2bb3ab02c9b85978c2092c336dede7f59e31ad65452d510c13",
- "amount": "14520198574"
}
]
Obtain information about the addresses of a specific account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "address": "addr1qx2kd28nq8ac5prwg32hhvudlwggpgfp8utlyqxu6wqgz62f79qsdmm5dsknt9ecr5w468r9ey0fxwkdrwh08ly3tu9sy0f4qd"
}, - {
- "address": "addr1qys3czp8s9thc6u2fqed9yq3h24nyw28uk0m6mkgn9dkckjf79qsdmm5dsknt9ecr5w468r9ey0fxwkdrwh08ly3tu9suth4w4"
}, - {
- "address": "addr1q8j55h253zcvl326sk5qdt2n8z7eghzspe0ekxgncr796s2f79qsdmm5dsknt9ecr5w468r9ey0fxwkdrwh08ly3tu9sjmd35m"
}, - {
- "address": "addr1q8f7gxrprank3drhx8k5grlux7ene0nlwun8y9thu8mc3yjf79qsdmm5dsknt9ecr5w468r9ey0fxwkdrwh08ly3tu9sls6vnt"
}
]
Obtain information about assets associated with addresses of a specific account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
stake_address required | string Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc Bech32 stake address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "unit": "d5e6bf0500378d4f0da4e8dde6becec7621cd8cbf5cbb9b87013d4cc537061636542756433343132",
- "quantity": "1"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "125"
}
]
Obtain summed details about all addresses associated with a given account. Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.
stake_address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
{- "stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
- "received_sum": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "sent_sum": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "tx_count": 12
}
Obtain information about a specific address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
{- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "stake_address": "stake1ux3g2c9dx2nhhehyrezyxpkstartcqmu9hk63qgfkccw5rqttygt7",
- "type": "shelley",
- "script": false
}
Obtain extended information about a specific address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
{- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000",
- "decimals": 6,
- "has_nft_onchain_metadata": false
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12",
- "decimals": null,
- "has_nft_onchain_metadata": true
}
], - "stake_address": "stake1ux3g2c9dx2nhhehyrezyxpkstartcqmu9hk63qgfkccw5rqttygt7",
- "type": "shelley",
- "script": false
}
Obtain details about an address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
{- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "received_sum": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "sent_sum": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "tx_count": 12
}
UTXOs of the address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "39a7a284c2a0948189dc45dec670211cd4d72f7b66c5726c08d9b3df11e44d58",
- "output_index": 0,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}
], - "block": "7eb8e27d18686c7db9a18f8bbcfe34e3fed6e047afaa2d969904d15e934847e6",
- "data_hash": "9e478573ab81ea7a8e31891ce0648b81229f408d596a3483e6f4f9b92d3cf710",
- "inline_datum": null,
- "reference_script_hash": null
}, - {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "4c4e67bafa15e742c13c592b65c8f74c769cd7d9af04c848099672d1ba391b49",
- "output_index": 0,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "729235000"
}
], - "block": "953f1b80eb7c11a7ffcd67cbd4fde66e824a451aca5a4065725e5174b81685b7",
- "data_hash": null,
- "inline_datum": null,
- "reference_script_hash": null
}, - {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "768c63e27a1c816a83dc7b07e78af673b2400de8849ea7e7b734ae1333d100d2",
- "output_index": 1,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "block": "5c571f83fe6c784d3fbc223792627ccf0eea96773100f9aedecf8b1eda4544d7",
- "data_hash": null,
- "inline_datum": null,
- "reference_script_hash": null
}
]
UTXOs of the address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "39a7a284c2a0948189dc45dec670211cd4d72f7b66c5726c08d9b3df11e44d58",
- "output_index": 0,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}
], - "block": "7eb8e27d18686c7db9a18f8bbcfe34e3fed6e047afaa2d969904d15e934847e6",
- "data_hash": "9e478573ab81ea7a8e31891ce0648b81229f408d596a3483e6f4f9b92d3cf710",
- "inline_datum": null,
- "reference_script_hash": null
}, - {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "4c4e67bafa15e742c13c592b65c8f74c769cd7d9af04c848099672d1ba391b49",
- "output_index": 0,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "729235000"
}
], - "block": "953f1b80eb7c11a7ffcd67cbd4fde66e824a451aca5a4065725e5174b81685b7",
- "data_hash": null,
- "inline_datum": null,
- "reference_script_hash": null
}, - {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "tx_hash": "768c63e27a1c816a83dc7b07e78af673b2400de8849ea7e7b734ae1333d100d2",
- "output_index": 1,
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "block": "5c571f83fe6c784d3fbc223792627ccf0eea96773100f9aedecf8b1eda4544d7",
- "data_hash": null,
- "inline_datum": null,
- "reference_script_hash": null
}
]
Transactions on the address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
count | integer [ 1 .. 100 ] Default: 100 The number of transactions per page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0"
]
Transactions on the address.
address required | string Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz Bech32 address. |
count | integer [ 1 .. 100 ] Default: 100 The number of addresses per page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
from | string Example: from=8929261 The block number and optionally also index from which (inclusive) to start search for results, concatenated using colon.
Has to be lower than or equal to |
to | string Example: to=9999269:10 The block number and optionally also index where (inclusive) to end the search for results, concatenated using colon.
Has to be higher than or equal to |
[- {
- "tx_hash": "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b",
- "tx_index": 6,
- "block_height": 69,
- "block_time": 1635505891
}, - {
- "tx_hash": "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f",
- "tx_index": 9,
- "block_height": 4547,
- "block_time": 1635505987
}, - {
- "tx_hash": "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b",
- "tx_index": 0,
- "block_height": 564654,
- "block_time": 1834505492
}
]
List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. Ordering in this case is based on the time of the first mint transaction. |
[- {
- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "1"
}, - {
- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e75d",
- "quantity": "100000"
}, - {
- "asset": "6804edf9712d2b619edb6ac86861fe93a730693183a262b165fcc1ba1bc99cad",
- "quantity": "18605647"
}
]
Information about a specific asset
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
{- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "policy_id": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a7",
- "asset_name": "6e7574636f696e",
- "fingerprint": "asset1pkpwyknlvul7az0xx8czhl60pyel45rpje4z8w",
- "quantity": "12000",
- "initial_mint_tx_hash": "6804edf9712d2b619edb6ac86861fe93a730693183a262b165fcc1ba1bc99cad",
- "mint_or_burn_count": 1,
- "onchain_metadata": { },
- "onchain_metadata_standard": "CIP25v1",
- "onchain_metadata_extra": "string",
- "metadata": {
- "name": "nutcoin",
- "description": "The Nut Coin",
- "ticker": "nutc",
- "logo": "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",
- "decimals": 6
}
}
History of a specific asset
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "amount": "10",
- "action": "minted"
}, - {
- "tx_hash": "9c190bc1ac88b2ab0c05a82d7de8b71b67a9316377e865748a89d4426c0d3005",
- "amount": "5",
- "action": "burned"
}, - {
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0",
- "amount": "5",
- "action": "burned"
}
]
List of a specific asset transactions
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b",
- "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f",
- "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b"
]
List of a specific asset transactions
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b",
- "tx_index": 6,
- "block_height": 69,
- "block_time": 1635505891
}, - {
- "tx_hash": "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f",
- "tx_index": 9,
- "block_height": 4547,
- "block_time": 1635505987
}, - {
- "tx_hash": "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b",
- "tx_index": 0,
- "block_height": 564654,
- "block_time": 1834505492
}
]
List of a addresses containing a specific asset
asset required | string Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e Concatenation of the policy_id and hex-encoded asset_name |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "quantity": "1"
}, - {
- "address": "addr1qyhr4exrgavdcn3qhfcc9f939fzsch2re5ry9cwvcdyh4x4re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qdpvhza",
- "quantity": "100000"
}, - {
- "address": "addr1q8zup8m9ue3p98kxlxl9q8rnyan8hw3ul282tsl9s326dfj088lvedv4zckcj24arcpasr0gua4c5gq4zw2rpcpjk2lq8cmd9l",
- "quantity": "18605647"
}
]
List of asset minted under a specific policy
policy_id required | string Example: 476039a0949cf0b22f6a800f56780184c44533887ca6e821007840c3 Specific policy_id |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "1"
}, - {
- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a766e",
- "quantity": "100000"
}, - {
- "asset": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb574636f696e",
- "quantity": "18605647"
}
]
Return the latest block available to the backends, also known as the tip of the blockchain.
{- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
Return the transactions within the latest block.
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" Ordered by tx index in the block. The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b",
- "4eef6bb7755d8afbeac526b799f3e32a624691d166657e9d862aaeb66682c036",
- "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f",
- "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b"
]
Return the content of a requested block.
hash_or_number required | string <64-character case-sensitive hexadecimal string or block number.> Example: 4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a Hash or number of the requested block. |
{- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
Return the list of blocks following a specific block.
hash_or_number required | string <64-character case-sensitive hexadecimal string or block number.> Example: 5ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a Hash of the requested block. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
]
Return the list of blocks preceding a specific block.
hash_or_number required | string <64-character case-sensitive hexadecimal string or block number.> Example: 4873401 Hash of the requested block |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
]
Return the content of a requested block for a specific slot.
slot_number required | integer <slot number> Example: 30895909 Slot position for requested block. |
{- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
Return the content of a requested block for a specific slot in an epoch.
epoch_number required | integer <slot number> Example: 219 Epoch for specific epoch slot. |
slot_number required | integer <slot number> Example: 30895909 Slot position for requested block. |
{- "time": 1641338934,
- "height": 15243593,
- "hash": "4ea1ba291e8eef538635a53e59fddba7810d1679631cc3aed7c8e6c4091a516a",
- "slot": 412162133,
- "epoch": 425,
- "epoch_slot": 12,
- "slot_leader": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2qnikdy",
- "size": 3,
- "tx_count": 1,
- "output": "128314491794",
- "fees": "592661",
- "block_vrf": "vrf_vk1wf2k6lhujezqcfe00l6zetxpnmh9n6mwhpmhm0dvfh3fxgmdnrfqkms8ty",
- "op_cert": "da905277534faf75dae41732650568af545134ee08a3c0392dbefc8096ae177c",
- "op_cert_counter": "18",
- "previous_block": "43ebccb3ac72c7cebd0d9b755a4b08412c9f5dcb81b8a0ad1e3c197d29d47b05",
- "next_block": "8367f026cf4b03e116ff8ee5daf149b55ba5a6ec6dec04803b8dc317721d15fa",
- "confirmations": 4698
}
Return the transactions within the block.
hash_or_number required | string <64-character case-sensitive hexadecimal string or block number.> Example: 4873401 Hash of the requested block. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" Ordered by tx index in the block. The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b",
- "4eef6bb7755d8afbeac526b799f3e32a624691d166657e9d862aaeb66682c036",
- "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f",
- "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b"
]
Return list of addresses affected in the specified block with additional information, sorted by the bech32 address, ascending.
hash_or_number required | string <64-character case-sensitive hexadecimal string or block number.> Example: 4873401 Hash of the requested block. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
- "transactions": [
- {
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0"
}
]
}, - {
- "address": "addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz",
- "transactions": [
- {
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157d0"
}
]
}
]
Return the information about the latest, therefore current, epoch.
{- "epoch": 225,
- "start_time": 1603403091,
- "end_time": 1603835086,
- "first_block_time": 1603403092,
- "last_block_time": 1603835084,
- "block_count": 21298,
- "tx_count": 17856,
- "output": "7849943934049314",
- "fees": "4203312194",
- "active_stake": "784953934049314"
}
Return the protocol parameters for the latest epoch.
{- "epoch": 225,
- "min_fee_a": 44,
- "min_fee_b": 155381,
- "max_block_size": 65536,
- "max_tx_size": 16384,
- "max_block_header_size": 1100,
- "key_deposit": "2000000",
- "pool_deposit": "500000000",
- "e_max": 18,
- "n_opt": 150,
- "a0": 0.3,
- "rho": 0.003,
- "tau": 0.2,
- "decentralisation_param": 0.5,
- "extra_entropy": null,
- "protocol_major_ver": 2,
- "protocol_minor_ver": 0,
- "min_utxo": "1000000",
- "min_pool_cost": "340000000",
- "nonce": "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81",
- "cost_models": {
- "PlutusV1": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}, - "PlutusV2": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}
}, - "price_mem": 0.0577,
- "price_step": 0.0000721,
- "max_tx_ex_mem": "10000000",
- "max_tx_ex_steps": "10000000000",
- "max_block_ex_mem": "50000000",
- "max_block_ex_steps": "40000000000",
- "max_val_size": "5000",
- "collateral_percent": 150,
- "max_collateral_inputs": 3,
- "coins_per_utxo_size": "34482",
- "coins_per_utxo_word": "34482",
- "pvt_motion_no_confidence": 0,
- "pvt_committee_normal": 0,
- "pvt_committee_no_confidence": 0,
- "pvt_hard_fork_initiation": 0,
- "dvt_motion_no_confidence": 0,
- "dvt_committee_normal": 0,
- "dvt_committee_no_confidence": 0,
- "dvt_update_to_constitution": 0,
- "dvt_hard_fork_initiation": 0,
- "dvt_p_p_network_group": 0,
- "dvt_p_p_economic_group": 0,
- "dvt_p_p_technical_group": 0,
- "dvt_p_p_gov_group": 0,
- "dvt_treasury_withdrawal": 0,
- "committee_min_size": "string",
- "committee_max_term_length": "string",
- "gov_action_lifetime": "string",
- "gov_action_deposit": "string",
- "drep_deposit": "string",
- "drep_activity": "string",
- "pvtpp_security_group": 0,
- "min_fee_ref_script_cost_per_byte": 0
}
Return the content of the requested epoch.
number required | integer Example: 225 Number of the epoch |
{- "epoch": 225,
- "start_time": 1603403091,
- "end_time": 1603835086,
- "first_block_time": 1603403092,
- "last_block_time": 1603835084,
- "block_count": 21298,
- "tx_count": 17856,
- "output": "7849943934049314",
- "fees": "4203312194",
- "active_stake": "784953934049314"
}
Return the list of epochs following a specific epoch.
number required | integer Example: 225 Number of the requested epoch. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "epoch": 225,
- "start_time": 1603403091,
- "end_time": 1603835086,
- "first_block_time": 1603403092,
- "last_block_time": 1603835084,
- "block_count": 21298,
- "tx_count": 17856,
- "output": "7849943934049314",
- "fees": "4203312194",
- "active_stake": "784953934049314"
}
]
Return the list of epochs preceding a specific epoch.
number required | integer Example: 225 Number of the epoch |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results |
[- {
- "epoch": 225,
- "start_time": 1603403091,
- "end_time": 1603835086,
- "first_block_time": 1603403092,
- "last_block_time": 1603835084,
- "block_count": 21298,
- "tx_count": 17856,
- "output": "7849943934049314",
- "fees": "4203312194",
- "active_stake": "784953934049314"
}
]
Return the active stake distribution for the specified epoch.
number required | integer Example: 225 Number of the epoch |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
- "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
- "amount": "4440295078"
}
]
Return the active stake distribution for the epoch specified by stake pool.
number required | integer Example: 225 Number of the epoch |
pool_id required | string Example: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy Stake pool ID to filter |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
[- {
- "stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
- "amount": "4440295078"
}
]
Return the blocks minted for the epoch specified.
number required | integer Example: 225 Number of the epoch |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "d0fa315687e99ccdc96b14cc2ea74a767405d64427b648c470731a9b69e4606e",
- "38bc6efb92a830a0ed22a64f979d120d26483fd3c811f6622a8c62175f530878",
- "f3258fcd8b975c061b4fcdcfcbb438807134d6961ec278c200151274893b6b7d"
]
Return the block minted for the epoch specified by stake pool.
number required | integer Example: 225 Number of the epoch |
pool_id required | string Example: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy Stake pool ID to filter |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- "d0fa315687e99ccdc96b14cc2ea74a767405d64427b648c470731a9b69e4606e",
- "38bc6efb92a830a0ed22a64f979d120d26483fd3c811f6622a8c62175f530878",
- "f3258fcd8b975c061b4fcdcfcbb438807134d6961ec278c200151274893b6b7d"
]
Return the protocol parameters for the epoch specified.
number required | integer Example: 225 Number of the epoch |
{- "epoch": 225,
- "min_fee_a": 44,
- "min_fee_b": 155381,
- "max_block_size": 65536,
- "max_tx_size": 16384,
- "max_block_header_size": 1100,
- "key_deposit": "2000000",
- "pool_deposit": "500000000",
- "e_max": 18,
- "n_opt": 150,
- "a0": 0.3,
- "rho": 0.003,
- "tau": 0.2,
- "decentralisation_param": 0.5,
- "extra_entropy": null,
- "protocol_major_ver": 2,
- "protocol_minor_ver": 0,
- "min_utxo": "1000000",
- "min_pool_cost": "340000000",
- "nonce": "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81",
- "cost_models": {
- "PlutusV1": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}, - "PlutusV2": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}
}, - "price_mem": 0.0577,
- "price_step": 0.0000721,
- "max_tx_ex_mem": "10000000",
- "max_tx_ex_steps": "10000000000",
- "max_block_ex_mem": "50000000",
- "max_block_ex_steps": "40000000000",
- "max_val_size": "5000",
- "collateral_percent": 150,
- "max_collateral_inputs": 3,
- "coins_per_utxo_size": "34482",
- "coins_per_utxo_word": "34482",
- "pvt_motion_no_confidence": 0,
- "pvt_committee_normal": 0,
- "pvt_committee_no_confidence": 0,
- "pvt_hard_fork_initiation": 0,
- "dvt_motion_no_confidence": 0,
- "dvt_committee_normal": 0,
- "dvt_committee_no_confidence": 0,
- "dvt_update_to_constitution": 0,
- "dvt_hard_fork_initiation": 0,
- "dvt_p_p_network_group": 0,
- "dvt_p_p_economic_group": 0,
- "dvt_p_p_technical_group": 0,
- "dvt_p_p_gov_group": 0,
- "dvt_treasury_withdrawal": 0,
- "committee_min_size": "string",
- "committee_max_term_length": "string",
- "gov_action_lifetime": "string",
- "gov_action_deposit": "string",
- "drep_deposit": "string",
- "drep_activity": "string",
- "pvtpp_security_group": 0,
- "min_fee_ref_script_cost_per_byte": 0
}
Return the information about Delegate Representatives (DReps)
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. Ordering in this case is based on the time of the first mint transaction. |
[- {
- "drep_id": "drep1mvdu8slennngja7w4un6knwezufra70887zuxpprd64jxfveahn",
- "hex": "db1bc3c3f99ce68977ceaf27ab4dd917123ef9e73f85c304236eab23"
}, - {
- "drep_id": "drep1cxayn4fgy27yaucvhamsvqj3v6835mh3tjjx6x8hdnr4",
- "hex": "c1ba49d52822bc4ef30cbf77060251668f1a6ef15ca46d18f76cc758"
}
]
DRep information.
drep_id required | string Example: drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc Bech32 or hexadecimal DRep ID. |
{- "drep_id": "drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc",
- "hex": "a61261172624e8333ceff098648d90f8e404e2e36d5b5f5985cbd35d",
- "amount": "2000000",
- "active": true,
- "active_epoch": 420,
- "has_script": true
}
List of Drep delegators.
drep_id required | string Example: drep1mvdu8slennngja7w4un6knwezufra70887zuxpprd64jxfveahn Bech32 or hexadecimal drep ID. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "address": "stake1ux4vspfvwuus9uwyp5p3f0ky7a30jq5j80jxse0fr7pa56sgn8kha",
- "amount": "1137959159981411"
}, - {
- "address": "stake1uylayej7esmarzd4mk4aru37zh9yz0luj3g9fsvgpfaxulq564r5u",
- "amount": "16958865648"
}, - {
- "address": "stake1u8lr2pnrgf8f7vrs9lt79hc3sxm8s2w4rwvgpncks3axx6q93d4ck",
- "amount": "18605647"
}
]
DRep metadata information.
drep_id required | string Example: drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc Bech32 or hexadecimal DRep ID. |
{- "drep_id": "drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc",
- "hex": "a61261172624e8333ceff098648d90f8e404e2e36d5b5f5985cbd35d",
- "hash": "a14a5ad4f36bddc00f92ddb39fd9ac633c0fd43f8bfa57758f9163d10ef916de",
- "json_metadata": {
- "@context": {
- "hashAlgorithm": "CIP100:hashAlgorithm",
- "body": {
- "@id": "CIP119:body",
- "@context": {
- "references": {
- "@id": "CIP119:references",
- "@container": "@set",
- "@context": {
- "GovernanceMetadata": "CIP100:GovernanceMetadataReference",
- "Other": "CIP100:OtherReference",
- "label": "CIP100:reference-label",
- "uri": "CIP100:reference-uri"
}
}, - "paymentAddress": "CIP119:paymentAddress",
- "givenName": "CIP119:givenName",
- "objectives": "CIP119:objectives",
- "motivations": "CIP119:motivations",
- "qualifications": "CIP119:qualifications"
}
}
}, - "hahsAlgorithm": "blake2b-256",
- "body": {
- "paymentAddress": "addr1q86dnpkva4mm859c8ur7tjxn57zgsu6vg8pdetkdve3fsacnq7twy06u2ev5759vutpjgzfryx0ud8hzedhzerava35qwh3x34",
- "givenName": "Ryan Williams",
- "image": {
- "@type": "ImageObject",
- "sha256": "2a21e4f7b20c8c72f573707b068fb8fc6d8c64d5035c4e18ecae287947fe2b2e"
}, - "objectives": "Buy myself an island.",
- "motivations": "I really would like to own an island.",
- "qualifications": "I have my 100m swimming badge, so I would be qualified to be able to swim around island.",
- "references": [
- {
- "@type": "Other",
- "label": "A cool island for Ryan",
},
]
}
}, - "bytes": "\\x7b0a20202240636f6e74657874223a207b0a2020202022406c616e6775616765223a2022656e2d7573222c0a2020202022434950313030223a202268747470733a2f2f6769746875622e636f6d2f63617264616e6f2d666f756e646174696f6e2f434950732f626c6f622f6d61737465722f4349502d303130302f524541444d452e6"
}
List of certificate updates to the DRep.
drep_id required | string Example: drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc Bech32 or hexadecimal DRep ID. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "f4097fbdb87ab7c7ab44b30d4e2b81713a058488975d1ab8b05c381dd946a393",
- "cert_index": 0,
- "action": "registered"
}, - {
- "tx_hash": "dd3243af975be4b5bedce4e5f5b483b2386d5ad207d05e0289c1df0eb261447e",
- "cert_index": 0,
- "action": "deregistered"
}
]
History of Drep votes.
drep_id required | string Example: drep1mvdu8slennngja7w4un6knwezufra70887zuxpprd64jxfveahn Bech32 or hexadecimal drep ID. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
- "cert_index": 2,
- "vote": "yes"
}, - {
- "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
- "cert_index": 3,
- "vote": "abstain"
}
]
Return the information about Proposals
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. Ordering in this case is based on the time of the first mint transaction. |
[- {
- "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "cert_index": 1,
- "governance_type": "treasury_withdrawals"
}, - {
- "tx_hash": "71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60",
- "cert_index": 4,
- "governance_type": "no_confidence"
}
]
Proposal information.
tx_hash required | string Example: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531 Transaction hash. |
cert_index required | integer Example: 1 Transaction index. |
{- "tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
- "cert_index": 1,
- "governance_type": "treasury_withdrawals",
- "deposit": 12000,
- "return_address": "stake_test1urd3hs7rlxwwdzthe6hj026dmyt3y0heuulctscyydh2kgck6nkmz",
- "governance_description": "TreasuryWithdrawals (fromList [(RewardAcnt {getRwdNetwork = Testnet, getRwdCred = KeyHashObj (KeyHash \"71317e951b20aa46e9fbf45a46a6e950d5723a481225519655bf6c60\")},Coin 20000000)])",
- "ratified_epoch": null,
- "enacted_epoch": 123,
- "dropped_epoch": null,
- "expired_epoch": null,
- "expiration": 120
}
Parameters proposal details.
tx_hash required | string Example: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531 Transaction hash. |
cert_index required | integer Example: 1 Transaction index. |
{- "tx_hash": "string",
- "cert_index": 0,
- "parameters": {
- "epoch": 225,
- "min_fee_a": 44,
- "min_fee_b": 155381,
- "max_block_size": 65536,
- "max_tx_size": 16384,
- "max_block_header_size": 1100,
- "key_deposit": "2000000",
- "pool_deposit": "500000000",
- "e_max": 18,
- "n_opt": 150,
- "a0": 0.3,
- "rho": 0.003,
- "tau": 0.2,
- "decentralisation_param": 0.5,
- "extra_entropy": null,
- "protocol_major_ver": 2,
- "protocol_minor_ver": 0,
- "min_utxo": "1000000",
- "min_pool_cost": "340000000",
- "nonce": "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81",
- "cost_models": {
- "PlutusV1": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}, - "PlutusV2": {
- "addInteger-cpu-arguments-intercept": 197209,
- "addInteger-cpu-arguments-slope": 0
}
}, - "price_mem": 0.0577,
- "price_step": 0.0000721,
- "max_tx_ex_mem": "10000000",
- "max_tx_ex_steps": "10000000000",
- "max_block_ex_mem": "50000000",
- "max_block_ex_steps": "40000000000",
- "max_val_size": "5000",
- "collateral_percent": 150,
- "max_collateral_inputs": 3,
- "coins_per_utxo_size": "34482",
- "coins_per_utxo_word": "34482",
- "pvt_motion_no_confidence": 0,
- "pvt_committee_normal": 0,
- "pvt_committee_no_confidence": 0,
- "pvt_hard_fork_initiation": 0,
- "dvt_motion_no_confidence": 0,
- "dvt_committee_normal": 0,
- "dvt_committee_no_confidence": 0,
- "dvt_update_to_constitution": 0,
- "dvt_hard_fork_initiation": 0,
- "dvt_p_p_network_group": 0,
- "dvt_p_p_economic_group": 0,
- "dvt_p_p_technical_group": 0,
- "dvt_p_p_gov_group": 0,
- "dvt_treasury_withdrawal": 0,
- "committee_min_size": "string",
- "committee_max_term_length": "string",
- "gov_action_lifetime": "string",
- "gov_action_deposit": "string",
- "drep_deposit": "string",
- "drep_activity": "string",
- "pvtpp_security_group": 0,
- "min_fee_ref_script_cost_per_byte": 0
}
}
Parameters withdrawals details.
tx_hash required | string Example: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531 Transaction hash. |
cert_index required | integer Example: 1 Transaction index. |
[- {
- "stake_address": "stake1ux3g2c9dx2nhhehyrezyxpkstartcqmu9hk63qgfkccw5rqttygt7",
- "amount": "454541212442"
}, - {
- "stake_address": "stake1xx2g2c9dx2nhhehyrezyxpkstoppcqmu9hk63qgfkccw5rqttygt2",
- "amount": "97846969"
}
]
History of Proposal votes.
tx_hash required | string Example: 2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531 Transaction hash. |
cert_index required | integer Example: 1 Transaction index. |
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
- "cert_index": 2,
- "voter_role": "drep",
- "voter": "drep1mvdu8slennngja7w4un6knwezufra70887zuxpprd64jxfveahn",
- "vote": "yes"
}, - {
- "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
- "cert_index": 3,
- "voter_role": "constitutional_committee",
- "voter": "53a42debdc7ffd90085ab7fd9800b63e6d1c9ac481ba6eb7b6a844e4",
- "vote": "abstain"
}
]
Proposal metadata information.
tx_hash required | string Example: 2403339d2f344202fb3583353e11a693a82860e59e65939dcb0e2ac72336d631 Transaction hash of the proposal. |
cert_index required | integer Transaction index of the proposal. |
{- "tx_hash": "257d75c8ddb0434e9b63e29ebb6241add2b835a307aa33aedba2effe09ed4ec8",
- "cert_index": 2,
- "hash": "ffa226f3863aca006172d559cf46bb8b883a47233962ae2fc94c158d7de6fa81",
- "json_metadata": {
- "body": {
- "title": "Hardfork to Protocol version 10",
- "abstract": "Let's have sanchoNet in full governance as soon as possible",
- "rationale": "Let's keep testing stuff",
- "motivation": "PV9 is not as fun as PV10",
- "references": [
- {
- "uri": "",
- "@type": "Other",
- "label": "Hardfork to PV10"
}
]
}, - "authors": [
- {
- "name": "Carlos",
- "witness": {
- "publicKey": "7ea09a34aebb13c9841c71397b1cabfec5ddf950405293dee496cac2f437480a",
- "signature": "a476985b4cc0d457f247797611799a6f6a80fc8cb7ec9dcb5a8223888d0618e30de165f3d869c4a0d9107d8a5b612ad7c5e42441907f5b91796f0d7187d64a01",
- "witnessAlgorithm": "ed25519"
}
}
], - "@context": {
- "body": {
- "@id": "CIP108:body",
- "@context": {
- "title": "CIP108:title",
- "abstract": "CIP108:abstract",
- "rationale": "CIP108:rationale",
- "motivation": "CIP108:motivation",
- "references": {
- "@id": "CIP108:references",
- "@context": {
- "uri": "CIP100:reference-uri",
- "Other": "CIP100:OtherReference",
- "label": "CIP100:reference-label",
- "referenceHash": {
- "@id": "CIP108:referenceHash",
- "@context": {
- "hashDigest": "CIP108:hashDigest",
- "hashAlgorithm": "CIP100:hashAlgorithm"
}
}, - "GovernanceMetadata": "CIP100:GovernanceMetadataReference"
}, - "@container": "@set"
}
}
}, - "authors": {
- "@id": "CIP100:authors",
- "@context": {
- "witness": {
- "@id": "CIP100:witness",
- "@context": {
- "publicKey": "CIP100:publicKey",
- "signature": "CIP100:signature",
- "witnessAlgorithm": "CIP100:witnessAlgorithm"
}
}
}, - "@container": "@set"
}, - "@language": "en-us",
- "hashAlgorithm": "CIP100:hashAlgorithm"
}, - "hashAlgorithm": "blake2b-256"
}, - "bytes": "\\x7b0a20202240636f6e74657874223a207b0a2020202022406c616e6775616765223a2022656e2d7573222c0a2020202022434950313030223a202268747470733a2f2f6769746875622e636f6d2f63617264616e6f2d666f756e646174696f6e2f434950732f626c6f622f6d61737465722f4349502d303130302f524541444d452e6d6423222c0a2020202022434950313038223a202268747470733a2f2f6769746875622e636f6d2f63617264616e6f2d666f756e646174696f6e2f434950732f626c6f622f6d61737465722f4349502d303130382f524541444d452e6d6423222c0a202020202268617368416c676f726974686d223a20224349503130303a68617368416c676f726974686d222c0a2020202022626f6479223a207b0a20202020202022406964223a20224349503130383a626f6479222c0a2020202020202240636f6e74657874223a207b0a2020202020202020227265666572656e636573223a207b0a2020202020202020202022406964223a20224349503130383a7265666572656e636573222c0a202020202020202020202240636f6e7461696e6572223a202240736574222c0a202020202020202020202240636f6e74657874223a207b0a20202020202020202020202022476f7665726e616e63654d65746164617461223a20224349503130303a476f7665726e616e63654d657461646174615265666572656e6365222c0a202020202020202020202020224f74686572223a20224349503130303a4f746865725265666572656e6365222c0a202020202020202020202020226c6162656c223a20224349503130303a7265666572656e63652d6c6162656c222c0a20202020202020202020202022757269223a20224349503130303a7265666572656e63652d757269222c0a202020202020202020202020227265666572656e636548617368223a207b0a202020202020202020202020202022406964223a20224349503130383a7265666572656e636548617368222c0a20202020202020202020202020202240636f6e74657874223a207b0a202020202020202020202020202020202268617368446967657374223a20224349503130383a68617368446967657374222c0a202020202020202020202020202020202268617368416c676f726974686d223a20224349503130303a68617368416c676f726974686d220a20202020202020202020202020207d0a2020202020202020202020207d0a202020202020202020207d0a20202020202020207d2c0a2020202020202020227469746c65223a20224349503130383a7469746c65222c0a2020202020202020226162737472616374223a20224349503130383a6162737472616374222c0a2020202020202020226d6f7469766174696f6e223a20224349503130383a6d6f7469766174696f6e222c0a202020202020202022726174696f6e616c65223a20224349503130383a726174696f6e616c65220a2020202020207d0a202020207d2c0a2020202022617574686f7273223a207b0a20202020202022406964223a20224349503130303a617574686f7273222c0a2020202020202240636f6e7461696e6572223a202240736574222c0a2020202020202240636f6e74657874223a207b0a2020202020202020226e616d65223a2022687474703a2f2f786d6c6e732e636f6d2f666f61662f302e312f6e616d65222c0a2020202020202020227769746e657373223a207b0a2020202020202020202022406964223a20224349503130303a7769746e657373222c0a202020202020202020202240636f6e74657874223a207b0a202020202020202020202020227769746e657373416c676f726974686d223a20224349503130303a7769746e657373416c676f726974686d222c0a202020202020202020202020227075626c69634b6579223a20224349503130303a7075626c69634b6579222c0a202020202020202020202020227369676e6174757265223a20224349503130303a7369676e6174757265220a202020202020202020207d0a20202020202020207d0a2020202020207d0a202020207d0a20207d2c0a20202268617368416c676f726974686d223a2022626c616b6532622d323536222c0a202022626f6479223a207b0a20202020227469746c65223a202248617264666f726b20746f2050726f746f636f6c2076657273696f6e203130222c0a20202020226162737472616374223a20224c6574277320686176652073616e63686f4e657420696e2066756c6c20676f7665726e616e636520617320736f6f6e20617320706f737369626c65222c0a20202020226d6f7469766174696f6e223a2022505639206973206e6f742061732066756e2061732050563130222c0a2020202022726174696f6e616c65223a20224c65742773206b6565702074657374696e67207374756666222c0a20202020227265666572656e636573223a205b0a2020202020207b0a2020202020202020224074797065223a20224f74686572222c0a2020202020202020226c6162656c223a202248617264666f726b20746f2050563130222c0a202020202020202022757269223a2022220a2020202020207d0a202020205d0a20207d2c0a202022617574686f7273223a205b0a202020207b0a202020202020226e616d65223a20224361726c6f73222c0a202020202020227769746e657373223a207b0a2020202020202020227769746e657373416c676f726974686d223a202265643235353139222c0a2020202020202020227075626c69634b6579223a202237656130396133346165626231336339383431633731333937623163616266656335646466393530343035323933646565343936636163326634333734383061222c0a2020202020202020227369676e6174757265223a20226134373639383562346363306434353766323437373937363131373939613666366138306663386362376563396463623561383232333838386430363138653330646531363566336438363963346130643931303764386135623631326164376335653432343431393037663562393137393666306437313837643634613031220a2020202020207d0a202020207d0a20205d0a7d"
}
Return the information about blockchain genesis.
{- "active_slots_coefficient": 0.05,
- "update_quorum": 5,
- "max_lovelace_supply": "45000000000000000",
- "network_magic": 764824073,
- "epoch_length": 432000,
- "system_start": 1506203091,
- "slots_per_kes_period": 129600,
- "slot_length": 1,
- "max_kes_evolutions": 62,
- "security_param": 2160
}
Return transactions that are currently stored in Blockfrost mempool, waiting to be included in a newly minted block. Shows only transactions submitted via Blockfrost.io.
Hosted Endpoint only available for hosted variant.
count | integer [ 1 .. 100 ] Default: 100 The number of results displayed on one page. |
page | integer [ 1 .. 21474836 ] Default: 1 The page number for listing the results. |
order | string Default: "asc" Enum: "asc" "desc" Ordered by the time of transaction submission. By default, we return oldest first, newest last. |
[- {
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0"
}
]
Return content of the requested transaction.
Hosted Endpoint only available for hosted variant.
hash required | string <64-character case-sensitive hexadecimal string.> Example: 6e5f825c42c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b Hash of the requested transaction |
{- "tx": {
- "hash": "1e043f100dce12d107f679685acd2fc0610e10f72a92d412794c9773d11d8477",
- "output_amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "fees": "182485",
- "deposit": "0",
- "size": 433,
- "invalid_before": null,
- "invalid_hereafter": "13885913",
- "utxo_count": 4,
- "withdrawal_count": 0,
- "mir_cert_count": 0,
- "delegation_count": 0,
- "stake_cert_count": 0,
- "pool_update_count": 0,
- "pool_retire_count": 0,
- "asset_mint_or_burn_count": 0,
- "redeemer_count": 0,
- "valid_contract": true
}, - "inputs": [
- {
- "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
- "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0",
- "output_index": 0,
- "collateral": false,
- "reference": false
}
], - "outputs": [
- {
- "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
- "amount": [
- {
- "unit": "lovelace",
- "quantity": "42000000"
}, - {
- "unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
- "quantity": "12"
}
], - "output_index": 0,
- "data_hash": "9e478573ab81ea7a8e31891ce0648b81229f408d596a3483e6f4f9b92d3cf710",
- "inline_datum": "19a6aa",
- "collateral": false,
- "reference_script_hash": "13a3efd825703a352a8f71f4e2758d08c28c564e8dfcce9f77776ad1"
}
], - "redeemers": [
- {
- "tx_index": 0,
- "purpose": "spend",
- "unit_mem": "1700",
- "unit_steps": "476468"
}
]
}