Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
"sig1=(\"Content-Type\" \"Content-Digest\" \"Content-Length\" \"Authorization\" \"X-Client-Id\" \"X-Idempotency-Key\" \"@method\" \"@target-uri\" \"@path\" \"@query\");keyid=\"staging-pipevest-ed25519\";created=1732893484;expires=1732893584"
Unique identifier assigned to the client
"client-id"
Base64 encoded sha-512 hash of the http message body.
This key isn't not required for GET and DELETE requests.
"sha-512=:RK/0qy18MlBSVnWgjwz6lZEWjP/lF5HF9bvEF8FabDg=:"
Unique identifier passed into each a mutable request (i.e POST, PUT, PATCH, DELETE)
This key isn't not required for GET requests
"01937261-e216-754f-99ba-c1170d65dd28"
Body
Details used to create a sell asset request
Sell Request Payload
Unique customer identifier
123456
Unique asset identifier
123456
Associated currency
USD, EUR, ZK "ZK"
The total amount to sell from an asset or group of assets
Not requried, if sellPercentage is specified
1550
The percentage amount to sell
Not requried, if sellAmount is specified
50
Determines whether the request should be in recurring mode
Defaults to false
Refer to Requests documentation to better understand how recurring works
false
The recurring schedule in which the asset should be purchased or sold.
Defaults to ONCE
ONCE, DAILY, WEEKLY, BI_WEEKLY, MONTHLY "ONCE"