-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add further fields to swap endpoint #1815
Comments
@janmichek can you elaborate on:
|
I think you will get it by the entrypoint
By this I mean the token contract adresses |
Ok, great, the response for general swaps looks complete. |
Can you check this regression, please? It was working before. |
Yes, we are working on fixing it. |
Hello, do you have any updates on this? @vatanasov |
@janmichek, some things will be improved in the next release (all the contracts in the |
It seems to work now. Or do you plan any changes? |
Yes, there are more things to be done, the example you mentioned here isn't working yet. |
Please add following fields to
/dex/swaps
action: [BUY | SELL | SWAP]
fromContract: [contractId]
toContract: [contractId]
fromAmount: [number]
toAmount: [number]
fromDecimals: [number]
toDecimals: [number]
microtime(of the tx): [time]
height (of the tx): [number]
also please document the API docs
The text was updated successfully, but these errors were encountered: