What is Acilia ID
You will find references to an aciliaId
in most API responses. This string is simply your 0x order encoded in a JWT token. Developers can store aciliaID
in their own databases as if they were storing the entire 0x order, and can generate cancel and fill call-data by calling the API and passing in the appropriate aciliaId
Essentially, aciliaId
is a safe representation of a 0x order that will doesn't expire.
Last updated