Skip to main content
POST

Check the status of a transfer offer with a given tracking id.

Authorizations

walletUserAuth

string
required
HTTP bearer authentication. Send the token as Authorization: Bearer <token>. Bearer format: JWT. JWT token as described by the spliceAppBearerAuth security scheme. The subject of the token must be ledger API user of the user whose wallet the endpoint affects.

Path parameters

string
required

Responses

200

An offer with this tracking id is known. Check the response for its status.
application/json
GetTransferOfferStatusResponse
required

404

No offer with this tracking id is known. Perhaps it has not yet been submitted or processed; or it has been submitted in the past before the current beginning of the wallet transaction log.
application/json
string
required

History

Added0.5.10