Skip to main content
POST
TypeScript

Authorizations

session
string
cookie
required

The signed session cookie of a logged-in trdrs user. First-party/browser only; an API key cannot reach a route secured this way.

Headers

Idempotency-Key
string
required
Required string length: 1 - 128

Path Parameters

venueId
string<uuid>
required

Body

application/json
groupId
string
required
name
string
required
destinationAccountId
string<uuid>
required
ratio
string
required

Exact base-ten decimal string, at most 18 fractional digits. No exponent notation or binary floating-point conversion.

quantityCap
string | null
required

Exact base-ten decimal string, or null where this layer states no limit.

notionalCap
string | null
required

Exact base-ten decimal string, or null where this layer states no limit.

residualThreshold
string
required

Exact base-ten decimal string, at most 18 fractional digits. No exponent notation or binary floating-point conversion.

Response

Scoped result. Cache-Control: no-store.

policy
object
required