Get exchange credentials
Returns decrypted exchange credentials for direct exchange API access from the frontend
x-api-key<token>
In: header
Path Parameters
id*string
Trade account ID
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/trade-accounts/3fa85f64-5717-4562-b3fc-2c963f66afa6/credentials"{ "connector": "hyperliquid", "account": { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "alias": "string", "connector": "hyperliquid", "exchangeIdentifier": "string", "metadata": { "agentWalletAddress": "string", "isSubaccount": true, "mainAccountAddress": "string" }, "createdAt": "string", "updatedAt": "string", "deletedAt": "string" }, "credentials": { "signer_key": "string" }}