XChain Platform Action - LIST
This action creates a list of items for use in actions.
PARAMS
| Name | Type | Description |
|---|---|---|
VERSION |
String | Format Version |
TYPE |
String | List type (1=TICK, 2=ADDRESS) |
ITEM |
String | Any valid TICK or ADDRESS |
EDIT |
String | Edit action (1=ADD, 2=REMOVE) |
LIST_ACTION_INDEX |
String | ACTION_INDEX of existing LIST |
Formats
Version 0
VERSION|TYPE|ITEM
Version 1
VERSION|EDIT|LIST_ACTION_INDEX|ITEM
Examples
LIST|0|1|JDOG|BRRR|TEST
This example creates a list of 3 tickers
LIST|0|2|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|1FWDonkMbC6hL64JiysuggHnUAw2CKWszs|1BTNSGASK5En7rFurDJ79LQ8CVYo2ecLC8
This example creates a list of 3 addresses
LIST|1|1|1234|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|1FWDonkMbC6hL64JiysuggHnUAw2CKWszs
This example creates a new list from an existing list (1234) and adds 2 addresses to the new list
LIST|1|2|4321|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|1FWDonkMbC6hL64JiysuggHnUAw2CKWszs
This example creates a new list from an existing list (4321) and removes 2 addresses from the new list
Rules
- In order for a
LISTto be consideredvalid, allTICKorADDRESSmust be valid - A
TICKlist contains onlyTICKitems - A
ADDRESSlist contains onlyADDRESSitems
Notes
- Format version
0allows for creating a list ofTYPE - Format version
1allows for creating a list from an existing list viaLIST_ACTION_INDEXandEDIT ITEMcan be repeated many times in aLISTrequestITEMvalues should be unique- Use
^(caret) as prefix when passingTICK_IDforTICKitems (^1234 =TICK_ID1234) - A
TICKlistLINKed to a token’sISSUEby the token’s owner is that project’s official-token roster — see the Project Registry Standard
Copyright © 2025–2026 Dankest, LLC
Based on XChain Platform by Dankest, LLC – https://dankest.llc
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later) with a commercial license available for proprietary use.
You may use, modify, and distribute this material under the terms of the License. See LICENSE and NOTICE for full terms. See the licensing overview.