---
title: "Buy Assets"
method: POST
path: "/ixs/buy/get"
tags: ["Ixs"]
---

# Buy Assets

`POST /ixs/buy/get`

Buy assets(tokens). This API is used to generate transaction data to buy assets

## Request body

- IxsBuyGetRequest
  - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
  - `taker` string, required — Taker who wish to buy assets
  - `currency` string — Listing currency which this taker wants to buy
  - `items` object[] — Assets to buy
    - `assetId` string, required
    - `quantity` number, required

## 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/revisions/66028b292693/schema)
