DLTC
DLTCの公開読取面です。市場情報、残高、履歴をSDKから取得できます。
async with DWalletClient.from_env() as client:
market = await client.dltc_market(interval="5m", limit=120)
user = client.for_user("123456789012345678")
balance = await user.dltc_balance()
history = await user.dltc_history(limit=30)Developer Dashboard
Application、API Key、Scope、Webhook、Usage、Audit、Payment履歴はDeveloper Dashboardから管理できます。
