Get Last Mined Block
Through this endpoint customers can fetch the last mined block in a specific blockchain network, along with its details. These could include the hash of the specific, the previous and the next block, its transactions count, its height, etc.
Blockchain specific data is information such as version, nonce, size, bits, merkleroot, etc.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Example : bitcoinPossible Values : bitcoin ethereum ethereum-classic bitcoin-cash litecoin dogecoin dash binance-smart-chain zcash stellar tron tezos -
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 nile ghostnet
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 -
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 : 170d21b9 -
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 -
Optionaldifficulty 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 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 -
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-
Optionaldifficulty string
String representation of the block difficulty
-
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 a random value that can be adjusted to satisfy the proof of work
Example : 2113101077 -
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.
Example : 4794080996481072 -
Requireduncles array
String array representation of the block uncles
object-
Optionaldifficulty string
String representation of the block difficulty
-
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 : 2113101077 -
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.
Example : 1086033282060494457577 -
Requireduncles array
String array representation of the block uncles
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 : 1805839a -
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 -
Optionaldifficulty string
Numeric representation of the block difficulty
-
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 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 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 : 1a01a4ae -
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 : 00000000000000000000000000000000000000000000052f02c48d14c5b35ccc -
Optionaldifficulty string
Numeric representation of the block difficulty
-
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 : a7d45c761cbea0c31ce55b1f2f04d98005980489470ebcc7c29b7b317f01f96b -
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 -
RequiredstrippedSize integer
Defines the numeric representation of the block size excluding the witness data.
Example : 131447 -
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 -
Requiredweight integer
Represents a measurement to compare the size of different transactions to each other in proportion to the block size limit.
Example : 585599
object-
Requiredbits string
Represents a specific sub-unit of Doge. Bits have two-decimal precision.
Example : 1a031996 -
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 : 00000000000000000000000000000000000000000000048ea6f3be405ae0a819 -
Optionaldifficulty string
Numeric representation of the block difficulty
-
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 : bfeb2ed090f955ec07c51be25bbddc91ea73cafbe8c3d6f1a76b288e70b19df6 -
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 : 4322 -
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 : 17288
object-
Requiredbits string
Represents a specific sub-unit of Dash. Bits have two-decimal precision.
Example : 1c0b6b81 -
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 : 000000000000000000000000000000000000000000004f2b087db88ad29f2da6 -
Optionaldifficulty string
Numeric representation of the block difficulty
-
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 : 67eab41d993576c37ee9ce89054641660e9e61de98fa2b701d19c25cfb4ce037 -
Requirednonce integer
Numeric representation of the block nonce
Example : 2113101077 -
Requiredsize integer
Represents the total size of the block in Bytes.
Example : 1408113 -
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 : 20000010
object-
Optionaldifficulty string
String representation of the block difficulty
-
RequiredextraData string
Represents any data that can be included by the miner in the block.
Example : 0xd883010001846765746888676f312e31342e34856c696e757800000000000000eb8c4ee17a97af3c7d18e6cfb87d25bf9a483933d393b4fce778c9a7d64eab76471a8ab92c3a7d131c0f9cfbbd9a54b438c80b491c7a579da0e37db6ca823eda01 -
RequiredgasLimit string
Defines the total gas limit of all transactions in the block.
Example : 30000000 -
RequiredgasUsed string
Represents the total amount of gas used by all transactions in this block.
Example : 686304 -
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 : 2113101077 -
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
Example : 2437536 -
Requireduncles array
String array representation of the block uncles
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 -
Optionaldifficulty string
Numeric representation of the block difficulty
-
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 : 4
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 -
RequiredfailTransactions integer
Numeric representation of the block failed transactions count
Example : 12 -
RequiredprotocolVersion string
String representation of protocol version
-
RequiredtotalCoins string
Representation of the total coins
Example : 105443902087.3472865
object-
RequiredoperationsCount integer
Representation of the blocks' transaction operations count.
Example : 11
-
-
-
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
-
-