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
Example request
{
"maker": "0x079e5e1ac85b04225edad793ecdd9b31a26fdacc",
"offers": [
{
"unitPrice": {
"currency": "0x0000000000000000000000000000000000000000",
"raw": "1000000000000000000"
},
"collectionId": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8",
"assetId": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8:0"
}
]
}Response
Successful