Live capture profiles for the committed real-response corpus.
Public reads use venue production hosts. Account-scoped reads use only the provisioned testnet or demo environments named by each profile. Error probes deliberately trigger safely-recordable business rejections (unknown symbol, invalid credentials/signature, order-not-found, insufficient funds where no fill is possible) and freeze the scrubbed raw error body. Every body is scrubbed before it leaves this module.
Summary
Functions
Captures and scrubs one configured response fixture.
Returns the capture category for a configured target.
Absolute path for one committed real error recording.
Root directory for committed real error recordings.
Returns stable oracle identity fields for a configured target.
Returns the environment variables required by one capture target.
Returns corpus paths whose sensitive fields are not masked.
Recursively masks credentials, signatures, account identifiers, and addresses.
Returns every configured {venue, method} capture target.
Types
Functions
@spec capture_fixture(String.t(), atom(), [capture_option()]) :: {:ok, map()} | {:error, term()}
Captures and scrubs one configured response fixture.
Returns the capture category for a configured target.
Absolute path for one committed real error recording.
@spec error_fixture_root() :: String.t()
Root directory for committed real error recordings.
Returns stable oracle identity fields for a configured target.
Returns the environment variables required by one capture target.
Returns corpus paths whose sensitive fields are not masked.
@spec scrub(term(), Bourse.Credentials.t() | nil) :: term()
Recursively masks credentials, signatures, account identifiers, and addresses.
Returns every configured {venue, method} capture target.