One of the parameters when placing an order is expiration
. It’s the number of blocks an unmatched order stays active before it expires.
What’s the range of allowed values?
And how to set this parameter in different wallets?
One of the parameters when placing an order is expiration
. It’s the number of blocks an unmatched order stays active before it expires.
What’s the range of allowed values?
And how to set this parameter in different wallets?
I just checked the code and it appears the acceptable range for expiration
is 0-8064 blocks (2 months)
As far as how to set the parameter in different wallets… each wallet provider will need to update their wallet to collect an expiration
field and pass that data on to the create_order API request