Endpoints for leveraging some native blockchain features like transaction fee estimation, custodial onchain wallet for paying gas on behalf of customers or other ready made smart contracts.
Get smart contract address from deploy transaction.
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
Internal server error. There was an error on the server while processing the request.
curl -i -X GET \ 'https://api-eu1.tatum.io/v3/blockchain/sc/address/{chain}/{hash}' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "contractAddress": "0xc21C81ef03f98898Fb155E00C364e8a7b9D158b8"
}
Get estimated block height at given time. This is estimation, not an exact block height.
Supported blockchains:
OK
Bad Request. Validation failed for the given object in the HTTP Body or Request parameters.
Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
Forbidden. The request is authenticated, but it is not possible to perform the required operation due to a logical error or invalid permissions.
Internal server error. There was an error on the server while processing the request.
curl -i -X GET \ 'https://api-eu1.tatum.io/v3/blockchain/auction/time/{chain}/{date}' \ -H 'x-api-key: YOUR_API_KEY_HERE'
0