MINARA

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.

MethodGET
Path/v1/perps/transfers
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

Response body

{ "transfers": [{ "time": 1787371200000, "kind": "deposit", "amount": 709.3, "asset": "USDC", "hash": "0x…", "source_type": "deposit" }], "connected": true, "supported": true }

On this page