Skip to main content
GET
/
v1
/
trading-accounts
/
{trading_account_id}
/
credentials
/
{credential_id}
/
decrypted
Get a decrypted broker credential
curl --request GET \
  --url https://api.anthid.com/v1/trading-accounts/{trading_account_id}/credentials/{credential_id}/decrypted
{
  "Lightspeed": {
    "account_id": "<string>",
    "api_key": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trading_account_id
string<uuid>
required

Trading account id that owns the credential

credential_id
string<uuid>
required

Broker credential id to decrypt

Response

Credential decrypted

Lightspeed
object
required