curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/order-status{
"status": "Pending",
"eventId": "<string>",
"txHash": "<string>",
"amounts": {},
"surplus": 123
}Returns the status of a previously submitted order. Possible statuses include Pending, Success, Failed, and Expired.
curl --request GET \
--url https://api.bebop.xyz/pmm/{chain}/v3/order-status{
"status": "Pending",
"eventId": "<string>",
"txHash": "<string>",
"amounts": {},
"surplus": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.bebop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?