v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
Ixs

Create Listings (Get Signing Data)

Generate listings for assets (tokens). This API is used to generate listing data to sign. Once you get signing data from this API, you shall sign them and post to another listing creation API to finish listing generation

post/ixs/list/get

Request body

chain'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad' required
makerstring required

listing maker, should be owner of these assets(tokens) that wish to be listed.

Example request

{
  "maker": "0x079e5e1ac85b04225edad793ecdd9b31a26fdacc",
  "listings": [
    {
      "assetId": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8:0",
      "unitPrice": {
        "currency": "0x0000000000000000000000000000000000000000",
        "raw": "1000000000000000000"
      }
    }
  ]
}

Response

Successful