MINARA

무기한 계약 이체 내역

GET /v1/perps/transfers: 지갑 범위의 Hyperliquid 입금, 출금 및 계정 이체 내역을 가져옵니다.

GET /v1/perps/transfers

거래소의 비펀딩 원장에서 지갑 범위의 Hyperliquid 입금, 출금 및 계정 이체 내역을 가져옵니다. Lighter 지갑은 내역을 생성하지 않고 명시적인 미지원 상태를 반환합니다.

메서드GET
경로/v1/perps/transfers
인증GATEWAY_AUTH_TOKEN이 설정된 경우 Authorization: Bearer <token>이 필요합니다
카테고리perps

응답 본문

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

목차