Unified REST APIAgent access
Confirm Venue Setup (Model 2)
Confirm venue setup after the user has completed the UI action. Request body varies by venue. Available for: aster, paradex, grvt.
Authorization
ApiKeyAuth X-API-KEY<token>
In: header
Path Parameters
venue*enum<string>required
Available options:
asterparadexgrvtRequest Body
application/json
main_wallet_address?string
Main wallet address (required for AsterDex)
grvt_api_key?string
GRVT API key (required for GRVT)
sub_account_id?string
GRVT sub-account ID (required for GRVT)
Response Body
application/json
curl -X POST "https://api.hypereth.io/v2/account/venues/aster/confirm" \ -H "Content-Type: application/json" \ -d '{}'{
"venue": "aster",
"status": "active",
"wallet_address": "0x5555555555555555555555555555555555555555"
}Empty
Empty
Empty
Prepare Venue Setup (Model 2) POST
Generate a keypair for the venue. The user must then register the address/key in the venue's web UI before calling confirm. Available for: aster, paradex, grvt.
Submit Venue Credentials (Model 3) POST
Submit user-provided credentials for the venue. Available for: lighter, kuru, nado. Credentials are encrypted using AES-256-GCM before storage.