curl -X GET "https://api.heimdahl.com/v1/transfers/list/ethereum.mainnet.usdc.all.all.all" -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.heimdahl.com/v1/events/list/ethereum.mainnet.0x6B175474E89094C44Da98b954EedeAC495271d0F.Transfer" -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.heimdahl.com/v1/swaps/list/ethereum.mainnet.usdc.weth.all" -H "Authorization: Bearer YOUR_API_KEY"
websocat "wss://api.heimdahl.com/v1/transfers/subscribe/ethereum.mainnet.usdc.all.all.all?api_key=YOUR_API_KEY"
websocat "wss://api.heimdahl.com/v1/events/subscribe/ethereum.mainnet.0x6B175474E89094C44Da98b954EedeAC495271d0F.Transfer?api_key=YOUR_API_KEY"
websocat "wss://api.heimdahl.com/v1/swaps/subscribe/ethereum.mainnet.usdc.weth.all?api_key=YOUR_API_KEY"
These examples are formatted as single-line commands for easy copying and pasting.