Prepares unsigned transactions for the closeOffer method.
Example:
curl --request POST \
--url https://api.sandbox.brickken.com/prepare-transactions/closeOffer \
--header 'Content-Type: application/json' \
--header 'x-api-key: YOUR_API_KEY' \
--data '{
"method": "closeOffer",
"signerAddress": "0xYourAddress",
"chainId": "aa36a7",
"tokenSymbol": "TOKEN",
"tokenizerEmail": "[email protected]"
}'
/prepare-transactions with method=closeOffer.
| Parameter | Type | Required | Description |
|---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
method | string | Yes | Transaction method type (should be “closeOffer”) |
tokenSymbol | string | Yes | Symbol of the token for the offer to close |
tokenizerEmail | string | Yes | Email of the tokenizer |