Order Status
curl --request GET \
--url https://api.bebop.xyz/jam/{chain}/v2/order-status{
"txHash": "<string>",
"amounts": {},
"surplus": 123
}API Reference
Order Status
Returns the current status of a previously submitted order. Possible statuses include Pending, Success, Failed, and Expired.
GET
/
v2
/
order-status
Order Status
curl --request GET \
--url https://api.bebop.xyz/jam/{chain}/v2/order-status{
"txHash": "<string>",
"amounts": {},
"surplus": 123
}Was this page helpful?
⌘I