v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
Ixs

Create Bids (Get Signing Data)

Generate bids. This API is used to generate bid data to sign. Once you get signing data from this API, you shall sign them and post to another bid creation API to finish bid generation

post/ixs/bid/get

Request body

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

Bid maker

Example request

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

Response

Successful