Skip to main content

Trade status page

Get trade status link
curl https://api.symblepay.io/v1/marketplace/users/{USER_ID}/trades/{TRADE_ID}/status \
-X GET \
-H 'Authorization: Bearer {API_TOKEN}' \
-H 'Content-Type: application/json' \
-d '{
"returnUrl": "return-url",
"appSwitch": {
"appSwitchCallbackUri": "callback-uri",
"operatingSystem": 0
}
}'
Response example
{
"forwardUrl": "https://api.symblepay.io/marketplace/status"
}