List Prediction Wallets (PREDICTION_TRADE)
API Description
Get all prediction wallets registered for the authenticated user.
HTTP Request
GET /sapi/v1/w3w/wallet/prediction/wallet/list
Request Weight(IP)
200
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| — | — | — | No parameters required |
Response Example
{
"wallets": [
{
"walletAddress": "0x12e32db8817e292508c34111cbc4b23340df542c",
"walletId": "5b5c1ec3be4e4416a5872b21c1ca5d20",
"registeredTime": 1748000000000
}
]
}