Added

New Tokenization Request lookup endpoints

Broker API

Adds single-request lookup endpoints for tokenization requests:

  • Look up a request by Alpaca-assigned tokenization_request_id.
  • Look up a request by AP-supplied client_request_id (matches mint requests; ties broken by most-recently-created).
  • Look up a request by issuer-assigned issuer_request_id.

The TokenizationRequest schema adds client_request_id, client_account_id, and client_external_account_id. The account field is deprecated (use client_account_id) and issuer_account is deprecated (use client_external_account_id); both are removed on 2026-10-15.

Affected Endpoints

  • GET /v1/accounts/{account_id}/tokenization/requests/{tokenization_request_id}
  • GET /v1/accounts/{account_id}/tokenization/requests:by_client_request_id
  • GET /v1/accounts/{account_id}/tokenization/requests:by_issuer_request_id
  • GET /v1/accounts/{account_id}/tokenization/requests

Trading API

Adds single-request lookup endpoints for tokenization requests:

  • Look up a request by Alpaca-assigned tokenization_request_id.
  • Look up a request by AP-supplied client_request_id (matches mint requests; ties broken by most-recently-created).

The TokenizationRequest schema adds client_request_id, client_account_id, and client_external_account_id. The account field is deprecated (use client_account_id) and issuer_account is deprecated (use client_external_account_id); both are removed on 2026-10-15.

Affected Endpoints

  • GET /v2/tokenization/requests/{tokenization_request_id}
  • GET /v2/tokenization/requests:by_client_request_id
  • GET /v2/tokenization/requests