Naming convention for Custom ID

Custom IDs are external IDs that users can provide during fund setup or order (subscription) creation, allowing them to interact with these objects later using their own system IDs. This eliminates the need to store Anduin IDs in their system for API communication.

Due to the flexibility of Custom ID, we do not strictly apply any rules to your custom ID, however, to make it compatible with API call, you should follow these recommendations to avoid issues:

  • CustomID should contain alphanumeric characters (i.e a-z , A-Z , 0-9), . , _ , - , and ( ) only. Try to avoid too special character!
  • If you have multiple funds sharing the same Custom ID, we cannot deduce which is the targeted one. In that case, we will respond errors, with list of funds sharing that ID.