Get a trade offer status

The endpoint retrieves the current status of a specific trade offer, providing information on whether it is created, in progress, finished, or failed, thereby enabling users to monitor and manage their trading activities effectively.

In case of failure, it provides additional details about the error to help users and partners understand and address the issue.

SecuritybearerAuth
Request
path Parameters
Offer-ID
required
string <uuid>

Offer ID

header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

Offer has been accepted

401

Error

404

offer.not_found

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/offer-status/{Offer-ID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}