(Get payload to) Create a direct transfer.

Creates a new direct transfer workflow and retrieves the transaction payloads that need to be signed to execute the transfer. This is the first step in the direct transfer process.
This endpoint initializes the transfer workflow and generates the necessary transaction payloads based on the provided transfer details. The response includes all data required for the signing process, including the transaction payload that must be cryptographically signed before the transfer can be executed.
The workflow created by this endpoint will need to be completed using subsequent API calls to either submit signed payloads or a transaction hash.
Access level: Qualified token investors only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Unique id of the token.

string
required

Recipient wallet address.

string
required

Sender wallet address.

string
required

Amount of tokens.

Responses

400

Retrieve direct transfer transaction payload to be signed operation failed due to invalid data.

401

Unauthorized.

403

Holder must be qualified for the token.

404

Token not found.

Holder not qualified.

500

The call to the WorkflowService API endpoint raised an error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json