private/staking/get-convert-history
POSTGet convert request history/private/staking/get-convert-history
Request
Body
required
Request id (echoed in response)
Must be "private/staking/get-convert-history"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Start time in Unix format (inclusive), ms or ns. Default: end_time - 30 days. Min: end_time - 180 days.
End time in Unix format (inclusive), ms or ns. Default: current system timestamp.
Max number of requests returned. Default: 20. Max: 500.
Schema
- Array [
- ➖ NEW: Request created
- ➖ COMPLETED: Conversion completed
- ➖ REJECTED: Conversion rejected
- Possible values by operations:
- ➖ private/staking/get-open-convert: NEW
- ➖ private/staking/get-convert-history: COMPLETED, REJECTED
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
data object[]
Instrument name to convert from, e.g. ETH.staked or CDCETH
Instrument name to convert to, e.g. CDCETH or ETH.staked
Expected conversion rate
Quantity to be converted in from_instrument_name
Maximum slippage allowed in basis point
Actual conversion rate
Quantity converted to to_instrument_name
Convert request id
Possible values: [NEW, COMPLETED, REJECTED]
Status of a convert request (used wherever convert_id is present).
Request creation timestamp in milliseconds in Unix time format.
Present when code !== 0.
Present when code !== 0.