Create new transfer
POST/transfers
Creates a new on-chain transfer. Returns unsigned payloads for the client to sign before executing.
For CeFi transfers, network is required — retrieve the supported values from GET /assets (see the network field below). Omit it for DeFi transfers, which derive the network from the asset's chain.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Transfer created successfully
Bad request
Unauthorized
Forbidden
Not found
Internal server error