Get Block Details By Block Height From Callback
This endpoint creates a shortcut to obtain information from Blockchain data by going through Blockchain Events and a specific Event Subscription. It provides data for the specific Block by providing the blockHeight
attribute from the Event it takes part in. It applies only for Events related to that user.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Example : bitcoinPossible Values : bitcoin bitcoin-cash litecoin dash dogecoin ethereum binance-smart-chain ethereum-classic xrp zcash stellar -
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "goerli" are test networks.
Example : testnetPossible Values : mainnet testnet mordor goerli -
RequiredblockHeight string
Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the "Genesis block".
Example : 673852
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requireditem object
-
Requiredhash string
Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Example : 00000000000000000002ad6f9c74faf503bb055c54e0d0746ef34f888f95890f -
Requiredheight integer
Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the "Genesis block".
Example : 673852 -
RequiredpreviousBlockHash string
Represents the hash of the previous block, also known as the parent block.
Example : 00000000000000000008953625613e60b56194ea31f07aad43c7505fbddce77f -
Requiredtimestamp integer
Defines the exact date/time when this block was mined in Unix Timestamp.
Example : 1681893875 -
RequiredtransactionsCount integer
Represents the total number of all transactions as part of this block.
Example : 2755 -
RequirednextBlockHash string
Representation of the next block hash
Example : 00000000000000000008953625613e60b56194ea31f07aad43c7505fbddce78f -
RequiredblockchainSpecific object One Ofobject
-
Requiredbits string
A sub-unit of BTC equal to 0.000001 BTC, or 100 Satoshi, and is the same as microbitcoin (μBTC). Bits have two-decimal precision.
Example : 386689514 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 00000000000000000000000000000000000000001932c1bc515b0c0e0dee2040 -
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 21448277761059.71 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 02754414626473fa39a0cfbf8d1960fc17ba932ab586340f61f039114053e851 -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the proof of work
Example : 2113101077 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 1408113 -
RequiredstrippedSize integer
Defines the numeric representation of the block size excluding the witness data.
Example : 925958 -
Requiredversion integer
Represents the version of the specific block on the blockchain.
Example : 536928256 -
RequiredversionHex string
Is the hexadecimal string representation of the block's version.
Example : 2000000 -
Requiredweight integer
Represents a measurement to compare the size of different transactions to each other in proportion to the block size limit.
Example : 3999412
object-
Requiredbits string
A sub-unit of BCH equal to 0.000001 BCH, or 100 Satoshi, and is the same as microbitcoincash (μBCH). Bits have two-decimal precision.
Example : 386689514 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 0000000000000000000000000000000000000000015dc8754d8bfaedfffbb3bd -
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 5399792.015244232 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 543872ba53c13183f951d76dd5933f98900a1bf9b3eef716857dfcc3c0534dfb -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the proof of work
Example : 1923421957 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 191 -
Requiredversion integer
Represents the version of the specific block on the blockchain.
Example : 545259520 -
RequiredversionHex string
Is the hexadecimal string representation of the block's version.
Example : 20000000
object-
Requiredbits string
Represents a specific sub-unit of Litecoin. Bits have two-decimal precision.
Example : 436301753 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 0000000000000000000000000000000000000000000006c61f0fce4b57f08ff4 -
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 11679731.14248383 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 0ea8cea078d2338ce92e62d3275c92682d0a1879ddf861a7ce16889a24deccd2 -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the proof of work
Example : 3021194134 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 300998 -
Requiredstrippedsize integer
Defines the numeric representation of the block size excluding the witness data.
Example : 220208 -
Requiredversion integer
Represents the version of the specific block on the blockchain.
Example : 536870916 -
RequiredversionHex string
Is the hexadecimal string representation of the block's version.
Example : 20000004 -
Requiredweight integer
Represents a measurement to compare the size of different transactions to each other in proportion to the block size limit.
Example : 961622
object-
Requiredbits string
Represents a specific sub-unit of Dash. Bits have two-decimal precision.
Example : 421808151 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 0000000000000000000000000000000000000000000065cbab6e72cb49a0c2f7 -
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 118376853.4818659 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 1cee8c0df02427cbcfd2d2a88678848b4c08eb89d580df34a52464a6fed4df7f -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the proof of work
Example : 3850564744 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 26171 -
Requiredversion integer
Represents the version of the specific block on the blockchain.
Example : 536870912 -
RequiredversionHex string
Is the hexadecimal string representation of the block's version.
Example : 20000000
object-
Requiredbits string
Represents a specific sub-unit of Doge. Bits have two-decimal precision.
Example : 436384320 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 000000000000000000000000000000000000000000000624fe5552df3fb55362 -
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 6222240.869250271 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 2d043569a81467a8113e25345a7e43021d6afb6520f9e8d0ea2df0c03eec0a17 -
Requirednonce integer
Represents a random value that can be adjusted to satisfy the proof of work
Example : 0 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 12125 -
RequiredstrippedSize integer
Defines the numeric representation of the block size excluding the witness data.
Example : 12125 -
Requiredversion integer
Represents the version of the specific block on the blockchain.
Example : 6422788 -
Requiredweight integer
Represents a measurement to compare the size of different transactions to each other in proportion to the block size limit.
Example : 48500
object-
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 209515044.4071968 -
RequiredextraData string
Represents any data that can be included by the miner in the block.
Example : 0x7070796520e4b883e5bda9e7a59ee4bb99e9b1bc080c -
RequiredgasLimit string
Defines the total gas limit of all transactions in the block.
Example : 12499653 -
RequiredgasUsed string
Represents the total amount of gas used by all transactions in this block.
Example : 12488144 -
RequiredminedInSeconds integer
Specifies the amount of time required for the block to be mined in seconds.
Example : 17 -
Requirednonce string
Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
Example : 16 -
Requiredsha3Uncles string
Defines the combined hash of all uncles for a given parent.
Example : 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 7105 -
RequiredtotalDifficulty string
Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block.
Example : 4794080996481072 -
Optionaluncles array
String array representation of the block uncles
object-
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 2 -
RequiredextraData string
Represents any data that can be included by the miner in the block.
Example : 0xd883010105846765746888676f312e31352e35856c696e75780000005865ba3cf692868cb6a780f2bdcc54d5a8d673aaf8bc134cacaabbe933b2ddc92bfea4984b5620d1c5800cd75dd333c86b1cdcf784ca42f204d77c2b82554ced2ec6445b01 -
RequiredgasLimit string
Defines the total gas limit of all transactions in the block.
Example : 29999542 -
RequiredgasUsed string
Represents the total amount of gas used by all transactions in this block.
Example : 896567 -
RequiredminedInSeconds integer
Specifies the amount of time required for the block to be mined in second
Example : 3 -
Requirednonce string
Represents a random value that can be adjusted to satisfy the proof of work
Example : 0x0000000000000000 -
Requiredsha3Uncles string
Defines the combined hash of all uncles for a given parent.
Example : 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 2611 -
RequiredtotalDifficulty string
Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block
Example : 28671700 -
Optionaluncles array
Representats of the block uncles
object-
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 1180819 -
RequiredextraData string
Represents any data that can be included by the miner in the block.
Example : 0xd983010203844765746887676f312e342e328777696e646f7773 -
RequiredgasLimit string
Defines the total gas limit of all transactions in the block.
Example : 7999992 -
RequiredgasUsed string
Represents the total amount of gas used by all transactions in this block.
Example : 6494 -
RequiredminedInSeconds integer
Specifies the amount of time required for the block to be mined in seconds.
Example : 6 -
Requirednonce string
Represents a random value that can be adjusted to satisfy the proof of work
Example : 0x5a8d218547d0713b -
Requiredsha3Uncles string
Defines the combined hash of all uncles for a given parent.
Example : 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 537 -
RequiredtotalDifficulty string
Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block.
Example : 1086033282060494457577 -
Optionaluncles array
Representats of the block uncles
object-
RequiredtotalCoins object
-
Requiredamount string
Defines the amount of all coins.
Example : 22.0012 -
Requiredunit string
Defines the unit of the amount of all coins.
Example : Drops
-
-
RequiredtotalFees object
-
Requiredamount string
Defines the amount of all fees.
Example : 0.00001 -
Requiredunit string
Defines the unit of the amount of all fees.
Example : XRP
-
object-
Requiredbits string
Represents a specific sub-unit of Zcash. Bits have two-decimal precision
Example : 524517883 -
Requiredchainwork string
Represents a hexadecimal number of all the hashes necessary to produce the current chain. E.g., when converting 0000000000000000000000000000000000000000000086859f7a841475b236fd to a decimal you get 635262017308958427068157 hashes, or 635262 exahashes.
Example : 000000000000000000000000000000000000000000000000000000262b072797 -
RequiredmerkleRoot string
Defines the single and final (root) node of a Merkle tree. It is the combined hash of all transactions' hashes that are part of a blockchain block.
Example : 961113ae943a3abf76da307cf881c4c6b6c13efb27fb67f02c9cdb46029848e8 -
Requirednonce string
Represents a random value that can be adjusted to satisfy the proof of work
Example : 2113101077 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 1408113 -
Requiredversion integer
Represents the transaction version number.
Example : 536870916
object-
RequiredbandwidthUsed string
Represents the bandwidth used for the transaction.
-
RequiredburnedTrx string
Represents the block burned TRX.
-
RequiredenergyUsed string
Representats the used energy for the transaction.
-
Requiredsize integer
Represents the total size of the block in Bytes.
object-
Requireddifficulty string
Represents a mathematical value of how hard it is to find a valid hash for this block.
Example : 21448277761059.71 -
RequiredextraData string
Represents any data that can be included by the miner in the block.
Example : 0x7070796520e4b883e5bda9e7a59ee4bb99e9b1bc080c -
RequiredgasLimit string
Represents the amount of gas used by this specific transaction alone.
Example : 552020 -
RequiredgasUsed string
Represents the exact unit of gas that was used for the transaction.
Example : 24673 -
RequiredminedInSeconds integer
Specifies the amount of time required for the block to be mined in seconds.
Example : 17 -
Requirednonce string
Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
Example : 16 -
Requiredsha3Uncles string
Defines the combined hash of all uncles for a given parent.
Example : 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 1408113 -
RequiredtotalDifficulty string
Defines the total difficulty of the chain until this block, i.e. how difficult it is for a specific miner to mine a new block.
-
Requireduncles array
String array representation of the block uncles
object-
RequiredbaseFee string
Representation of the base fee
Example : 0.00001 -
RequiredbaseReserve string
Representation of the base reserve that refers to the minimum amount of XLM (the native cryptocurrency of the Stellar network) that an account must hold as a reserve as minimum balance.
Example : 0.5 -
RequiredfailedTransactions integer
Representation of the blocks' failed transactions count
Example : 12 -
RequiredprotocolVersion string
Representation of protocol version which refers to the specific set of rules and standards that govern the behavior of the network's nodes and participants.
Example : 19 -
RequiredtotalCoins string
Representation of the total coins
Example : 105443902087.3472865
-
-
-
Content-Type: application/json
400
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object One Ofobject
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : uri_not_found -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The specified URI has not been found. Check the URI and try again. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : limit_greater_than_allowed -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : You have reached the allowed limit. The maximum number of items for this endpoint is {limit}, please use the specific pagination attributes to get the items in portions. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : invalid_pagination -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The pagination attributes that have been used are invalid. Please check the Documentation to see details on pagination. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
401
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object One Ofobject
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : missing_api_key -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The specific authorization header (API Key) is missing, please check our Authorization section in our Documentation. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : invalid_api_key -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The provided API key is invalid. Please, generate a new one from your Dashboard. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
You have insufficient credits. Please upgrade your plan from your Dashboard or contact our team via email.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
insufficient_credits
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : insufficient_credits -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : You have insufficient credits. Please upgrade your plan from your Dashboard or contact our team via email. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
403
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object One Ofobject
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : banned_ip_address -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : This IP address has been banned. To check the reason for that, please contact our team via email. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : endpoint_not_allowed_for_plan -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : This endpoint is not available for your current subscription plan, please upgrade your plan to be able to use it. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : endpoint_not_allowed_for_api_key -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : This endpoint is not available for your API key. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
object-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : feature_mainnets_not_allowed_for_plan -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : Mainnets access is not available for your current subscription plan, please upgrade your plan to be able to use it. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
The specified block has not been found on the specific blockchain.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
blockchain_data_block_not_found
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : blockchain_data_block_not_found -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The specified block has not been found on the specific blockchain. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
The data provided seems to be invalid.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
invalid_data
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : invalid_data -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The data provided seems to be invalid. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
The selected Media Type is unavailable. The Content-Type header should be 'application/json'.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
unsupported_media_type
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : unsupported_media_type -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The selected Media Type is unavailable. The Content-Type header should be 'application/json'. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
Your request body for POST requests must have a structure of { data: { item: [...properties] } }
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
invalid_request_body_structure
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : invalid_request_body_structure -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : Your request body for POST requests must have a structure of { data: { item: [...properties] } } -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
request_limit_reached
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : request_limit_reached -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : The request limit has been reached. There can be maximum {requests} requests per {seconds} second(s) made. Please contact our team via email if you need more or upgrade your plan. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-
Content-Type: application/json
An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requirederror object
unexpected_server_error
-
Requiredcode string
Specifies an error code, e.g. error 404.
Example : unexpected_server_error -
Requiredmessage string
Specifies the message of the error, i.e. why the error was returned, e.g. error 404 stands for “not found”.
Example : An unexpected server error has occurred, we are working to fix this. Please try again later and in case it occurs again please report it to our team via email. -
Optionaldetails array
-
Requiredattribute string
Specifies an attribute of the error by name.
Example : attribute which content caused the error -
Requiredmessage string
Specifies the details of an attribute as part from the error.
Example : message describing the error
-
-