Reset paper wallet
Reset the paper wallet and delete all paper trading history.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-API-Key
Idempotency-Key
Client-supplied key that makes this unsafe mutation retry-safe. Reusing a key with the same request replays the original result (the response then carries Idempotency-Replayed: true); reusing it with a different request returns 409. Optional but strongly recommended so a network retry cannot double-apply.
Request
This endpoint expects an object.
starting_balance
Starting balance for the reset wallet
Response
Successful Response
balance
Available virtual balance in CAD
created_at
id
locked_balance
Virtual balance locked in orders
net_profit
total_balance
Total virtual balance (available + locked)
total_deposited
total_fees_paid
total_losses
total_winnings
updated_at
user_id
Errors
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error

