Create a Reserve Account
Documentation Index
Fetch the complete documentation index at: https://docs.treasuryprime.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The reserve to create
ID of the target Account that has an added reserve limit. Filterable.
Amount that account_id is currently overdrawn
^-?[0-9]+[.][0-9][0-9]$ID of the Account that holds the reserve. Filterable.
Max amount that account_id may be overdrawn in total
^-?[0-9]+[.][0-9][0-9]$Optional data for the bank
Arbitrary user data that can be attached to the object
Response
The reserve created
ID of the target Account that has an added reserve limit. Filterable.
Amount that account_id is currently overdrawn
^-?[0-9]+[.][0-9][0-9]$Optional data for the bank
Unique identifier for object
ID of the Account that holds the reserve. Filterable.
Max amount that account_id may be overdrawn in total
^-?[0-9]+[.][0-9][0-9]$Arbitrary user data that can be attached to the object