Skip to main content
POST
Create a bridging request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
requestId
string
required

unique identifier for the request (recommend using uuid v4)

amount
number<float>
required

amount of crypto currency to bridge

Required range: x >= 0
source
object
required

bridging source

destination
object
required

bridging destination

requireApproval
boolean
default:false

Whether this bridging request requires approval before processing.

  • true: Request will enter approval workflow
  • false or omitted: Request proceeds immediately
Example:

false

Response

Success

transferType
string
transferDetails
object