Perps transfer history
GET /v1/perps/transfers — Wallet-scoped Hyperliquid deposits, withdrawals, and account transfers from the venue's non-funding ledger. Lighter wall
GET /v1/perps/transfers
Wallet-scoped Hyperliquid deposits, withdrawals, and account transfers from the venue's non-funding ledger. Lighter wallets return an explicit unsupported response instead of fabricated history.
| Method | GET |
| Path | /v1/perps/transfers |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Response body
{ "transfers": [{ "time": 1787371200000, "kind": "deposit", "amount": 709.3, "asset": "USDC", "hash": "0x…", "source_type": "deposit" }], "connected": true, "supported": true }