Skip to main content Link Menu Expand (external link) Document Search Copy Copied

You can access any of the Tatum API endpoints with the following syntax:

// Set your API Keys 👇 here
$sdk = new \Tatum\Sdk();

// MainNet API Operations
$sdk->mainnet()->api();

// TestNet API Operations
$sdk->testnet()->api();

Table of contents