API Keys
Manage API keys for accessing the DOME platform programmatically.
| Name | Key | Created | Last Used | Actions |
|---|---|---|---|---|
| My First App | dome_sk_live_...1234 | 10 days ago | 1 day ago | |
| Data Analytics Script | dome_sk_live_...5678 | 5 days ago | Never |
My First App
dome_sk_live_...1234
Created:10 days ago
Last Used:1 day ago
Data Analytics Script
dome_sk_live_...5678
Created:5 days ago
Last Used:Never
API Reference
Use your generated API keys to interact with the DOME API.
GET
/api/v1/transactionsReturns a list of all transactions on the DAG ledger.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://your-domain/api/v1/transactions