v1

latestOpenAPI 3.0.32026-07-1482226.1 KB
Account Data

/api/v1/account/groupId

Sets or updates the group ID for a specific account. Accounts belonging to the same group cannot trade against each other. If the groupId is not set, the account will be removed from its group. Only the first 6 characters of the groupID are guaranteed to be respected, longer group IDs may be rejected.

patch/api/v1/account/groupId

Request body

accountAddressstring required

The address of the account to update.

groupIdstring

The new group to assign the account to. If not present, the account will be removed from any group.

Response

Accepted and processing.