For AI agents: visit https://x2y2.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Making an offer no longer needs a nonce. Instead, a user counter is required. Every time the user cancels all offers, his user counter gets increased by 1.
Making offer API now accepts an size parameter. Passing in a integer larger than 1 creates a loan offer that could be accepted multiple times.
When making collection offer, the TokenId should be set to "340282366920938463463374607431768211455" which means "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", instead of a null value.