Acilia NFT Swap API
  • Acilia Swap API
    • Use cases
    • Installation
    • Disclaimer
  • Quick Start
    • Getting started guides
      • List an NFT on Polygon
      • Purchase a listed NFT
      • Cancel a listed NFT
    • Technical Documentation
      • What is Acilia ID
Powered by GitBook
On this page
  1. Quick Start
  2. Technical Documentation

What is Acilia ID

PreviousTechnical Documentation

Last updated 2 years ago

You will find references to an aciliaId in most API responses. This string is simply your 0x order encoded in a . 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.

You can always deserialize anaciliaId using JWT token libraries or the . Any aciliaId created from the Acilia NFT Swap API can be filled or cancelled without the need to the API.

JWT token
JWT debugger UI