---
title: "Create Bids (Creation)"
method: POST
path: "/ixs/bid"
tags: ["Ixs"]
---

# Create Bids (Creation)

`POST /ixs/bid`

Generate bids. This API is used to create bids with signature provided

## Request body

- IxsBidPostRequest
  - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
  - `postBody` string, required — Base64-encoded string stands for post body, which should come from signing data generation API endpoint
  - `signature` string, required — Hex-ed string stands for signaure, which should come from signing data generation API endpoint

## Response `200`

Successful

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/versions/66028b292693/schema)
