Skip to main content
GET

List all open transfer offers where the user is either sender or receiver.

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.

Responses

200

ok
application/json
Contract[]
required

404

not found
application/json
string
required

500

internal server error
application/json
string
required

History

Added0.5.10