Skip to main content
GET
Check a pending deposit
GET /user/transfer-to-proxy/pending returns the sessionIds of every deposit started by POST /user/transfer-to-proxy that is still open, newest first. For the outcome of one deposit, poll GET /user/transfer-to-proxy/status with that id.
An empty sessionIds list does not mean the deposit succeeded. It clears on success and on failure alike. Use status for SUCCESS / FAILED, then confirm the amount with GET /user/balance-v3 if you need the balance.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026