Create a virtual asset posting
Atomically applies a posting against the target account’s virtual asset balances. See the type field for variant semantics. For SETTLEMENT, the value applied to the outstanding card debt is returned as settledAmount, with the per-entry rate used reflected in entries[].rateSnapshot.
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
2025-02-14 "2025-02-14"
Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).
1 - 255Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).
1 - 255Body
Account to post against
DEPOSIT: Credit the submitted virtual asset amounts to the account balance.WITHDRAWAL: Debit the submitted virtual asset amounts from the account balance. Rejected if any entry would take the balance below zero.SETTLEMENT: Debit the submitted virtual asset amounts from the account balance AND apply their value to the account’s outstanding card debt. Same non-negative guard asWITHDRAWAL.
DEPOSIT, WITHDRAWAL, SETTLEMENT "DEPOSIT"
At least one entry. Each virtualAssetId may appear only once.
1Response
Client-driven posting against an account.
Posting ID
Account ID
DEPOSIT: Credit the submitted virtual asset amounts to the account balance.WITHDRAWAL: Debit the submitted virtual asset amounts from the account balance. Rejected if any entry would take the balance below zero.SETTLEMENT: Debit the submitted virtual asset amounts from the account balance AND apply their value to the account’s outstanding card debt. Same non-negative guard asWITHDRAWAL.
DEPOSIT, WITHDRAWAL, SETTLEMENT "DEPOSIT"
USD value applied to outstanding card debt. Populated for SETTLEMENT postings, null otherwise.
ISO 8601 creation timestamp