Ixs

Buy Assets

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

post/ixs/buy/get

Request body

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

Taker who wish to buy assets

currencystring

Listing currency which this taker wants to buy

Example request

{
  "taker": "0x079e5e1ac85b04225edad793ecdd9b31a26fdacc",
  "currency": "0x0000000000000000000000000000000000000000"
}

Response

Successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.