Create a new API key for programmatic access to the DeltaDeFi trading API. API keys provide a more permanent authentication method compared to JWT tokens.
Create new API key
API Key
OK
dk_live_abc123def456ghi789jkl012mno345
2024-01-01T00:00:00Z
Internal Server Error
Security Warning:
Creating a new API key will invalidate your previous API key.
Never share your API key or commit it to version control.
Authentication: You can authenticate this request using:
Your current API key in the X-API-KEY header
X-API-KEY
Last updated 1 month ago
GET /accounts/new-api-key HTTP/1.1 X-API-KEY: text Accept: */*
{ "api_key": "dk_live_abc123def456ghi789jkl012mno345", "created_at": "2024-01-01T00:00:00Z" }