Static createOptional purchaseOptional repaymentOptional sellOptional repayListings can no longer be hidden — cancel one on-chain instead. Still hides bids.
Unhides a bid. isAsk is required so a listing is rejected here rather than
by the API, which refuses it either way.
Listings can no longer be hidden — a listing hidden before that change stays hidden and is cancelled on-chain. Still unhides bids.
Optional amounts: bigint[]Optional nftOptional statsOptional standards?: TokenStandardType[]Optional collections?: number[]Optional cursor?: stringOptional contractOptional slug?: undefinedDelegate Multicall should be used when token is used as collateral for an active loan. Multicall will be performed to the contract address of the first delegation.
Delegate should be used when token is used as collateral for an active loan.
Optional rights?: `0x${string}`RevokeDelegate should be used when token is not being used as collateral.
Optional contract?: `0x${string}`RevokeDelegationsAndEmitLoan should be used when token has been delegated without being revoked, and a new loan wants to be emitted, erasing the delegations provided as argument.
Optional to?: `0x${string}`Optional to?: `0x${string}`Transfer an NFT to another wallet. The sender is the connected wallet account.
Supports ERC721 (default), ERC1155, naked CryptoPunks and old (pre-ERC721) collections.
amount only applies to ERC1155 transfers.
Optional standard?: TransferNftStandardOptional amount?: bigintOptional amount?: bigintOptional to?: `0x${string}`Optional currencies?: CreateVaultCurrenciesOptional currencies?: CreateVaultCurrenciesOptional userOptional purchaseOptional swapOptional purchaseOptional swapSells nft into order, a Native or OpenSea bid. The Gondi API builds the
sale calldata for both marketplaces, so OpenSea bids need no client-side
OpenSea credentials and no approval beyond the collateral's.
The order's currency as reported by the Gondi API. A native-currency order carries the
zero address on Ethereum, but a synthetic sentinel on other chains (__HYPE_ADDRESS on
HyperEVM, __RETH_ADDRESS on Robinhood) — check it with isNativeCurrency.
Static calculateStatic buildOptional issued
Hides a bid.
isAskis required so a listing is rejected here rather than by the API, which refuses it either way.