Prepare Venue Setup (Model 1)
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: hyperliquid, hyena, aster, paradex, grvt.
Authorization
ApiKeyAuth X-API-KEY<token>
In: header
Path Parameters
venue*enum<string>required
Available options:
hyperliquidhyenaasterparadexgrvtRequest Body
application/json
body*objectrequired
Response Body
application/json
curl -X POST "https://api.x.ata.network/v2/account/venues/hyperliquid/prepare" \ -H "Content-Type: application/json" \ -d '{}'{
"venue": "aster",
"wallet_address": "0x5555555555555555555555555555555555555555",
"status": "pending_user_action",
"instructions": "Go to https://www.asterdex.com/api-wallet and add 0x555... as API wallet"
}Empty
Empty
Empty
Delete Venue Credentials DELETE
Remove a venue and its credentials. Behavior varies by model: - Model 1: deletes stored keypair (user should also revoke in venue UI) - Model 2: deletes stored credentials
Confirm Venue Setup (Model 1) POST
Confirm venue setup after the user has completed the UI action. Request body varies by venue. Available for: hyperliquid, hyena, aster, paradex, grvt.