v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03113163377.5 KB
Account

Updates account profile

Updates account profile information

put/account/profile

Request body

ai_agent_urlstring
announcementsboolean
fill_soundboolean
fillsboolean
is_username_privateboolean
max_slippagestring
ordersboolean
referral_codestring
referred_bystring
size_currency_displaystring
tap_share_ratestring
trading_value_displaystring
transfersboolean
usernamestring
xp_share_ratestring

Example request

{
  "ai_agent_url": "wss://agent.example.com:18789",
  "fill_sound": true,
  "fills": true,
  "is_username_private": true,
  "orders": true,
  "referral_code": "referral_code",
  "referred_by": "referral_code",
  "tap_share_rate": "0.2",
  "transfers": true,
  "username": "username",
  "xp_share_rate": "0.2"
}

Response

OK

ai_agent_urlstring
is_username_privateboolean
last_seen_notificationinteger
market_max_slippageobject
marketed_bystring
referral_codestring
referred_bystring
size_currency_displaystring
tap_statusstring

TAP affiliate status: "NONE", "ACTIVE", or "INACTIVE"

twitter_followingobject
usernamestring

Example response

{
  "ai_agent_url": "wss://agent.example.com:18789",
  "is_username_private": true,
  "last_seen_notification": 1713400000000,
  "marketed_by": "maxDegen",
  "notifications": {
    "fill_sound": true,
    "fills": true,
    "orders": true,
    "transfers": true
  },
  "referral": {
    "commission_rate": "0.1",
    "commission_volume_cap": "1000000000",
    "discount_rate": "0.1",
    "discount_volume_cap": "30000000",
    "minimum_volume": "0.123",
    "name": "Referral",
    "points_bonus_rate": "0.1",
    "points_bonus_volume_cap": "1000000000",
    "referral_type": "Referral"
  },
  "referral_code": "cryptofox8",
  "referred_by": "maxDegen",
  "size_currency_display": "BASE",
  "tap_share_rate": {
    "last_updated_at": 1715592690488,
    "share_rate": "0.2"
  },
  "username": "username",
  "xp_share_rate": {
    "last_updated_at": 1715592690488,
    "share_rate": "0.2"
  }
}