developer_apps

Register api_key and api_secret in api_keys table for developer apps created via entity manager transactions. Use when the client sends raw ManageEntity tx instead of POST /developer-apps. Inserts with rps=10, rpm=500000. Requires the app to exist in developer_apps and belong to the authenticated user.

post/developer-apps/{address}/register-api-key

Path parameters

addressstring required

Developer app address (API key)

Query parameters

user_idstring required

The user ID of the user who owns the developer app

Request body

api_secretstring required

The API secret (private key hex) for the developer app

Response

API key registered successfully

successboolean

Whether the registration was successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.